#791127

Color #791127 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #791127

Tints of Red Berry #791127

Color information

#791127 (or 0x791127) is unknown color: approx Red Berry. HEX triplet: 79, 11 and 27. RGB value is (121,17,39). Sum of RGB (Red+Green+Blue) = 121+17+39=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #791127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791127 is #86EED8. Grayscale: #323232. Windows color (decimal): -8842969 or 2560377. OLE color: 2560377.

HSL color Cylindrical-coordinate representation of color #791127: hue angle of 347.31º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791127 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1211739-
CMYK00.860.680.53
HSL347.31º75.36%27.06%-
HSV(B)347.31º85.95%47.45%-
XYZ8.454.612.36-
YUV50.6121.46178.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=68.36%
G=9.60%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121173900.860.680.53347.3175.3627.06
Hex791127056443515b4b1b
Octal171214701261046553311333
Binary111100110001100111010101101000100110101101011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791127; }

 p { color: rgb(121,17,39); }

 H1.HeaderClassName
 {
   color: #791127;
 }
 .AnyTagClassName
 {
   color: #791127;
 }
</style>
background-color css

<style>
 a { background-color: #791127; }

 a { background-color: rgb(121,17,39); }

 div.DivClassName
 {
   background-color: #791127;
 }
 .BgClassName
 {
   background-color: #791127;
 }
</style>
border-color css

<style>
 span { border-color: #791127; }

 span { border-color: rgb(121,17,39); }

 td.TdClassName
 {
   border-color: #791127;
 }
 .TagClassName
 {
   border-color: #791127;
 }
</style>