Html Css Color HEX #791119 Red Berry

📋 copy color: '#791119'

red 121 ◦ green 17 ◦ blue 25

#791119
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #791119

Tints of Red Berry #791119

RGB

 RED value IS 121 (47.66% from 255) = 74.23%

 GREEN value IS 17 (7.03% from 255) = 10.43%

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 74.23%
G = 10.43%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#791119 (or 0x791119) is known color: Red Berry. HEX triplet: 79, 11 and 19. RGB value is (121,17,25). Sum of RGB (Red+Green+Blue) = 121+17+25=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #791119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791119 is #86EEE6. Grayscale: #313131. Windows color (decimal): -8842983 or 1642873. OLE color: 1642873.

HSL color Cylindrical-coordinate representation of color #791119: hue angle of 355.38º 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 #791119 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 17 25 -
CMYK 0 0.86 0.79 0.53
HSL 355.38º 0.75% 0.27% -
HSV(B) 355.38º 0.86% 0.47% -
XYZ 8.26 4.54 1.36 -
YUV 49.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 121 17 25 0 0.86 0.79 0.53 355.38 0.75 0.27
Hex 79 11 19 0 56 4F 35 163 4B 1B
Octal 171 21 31 0 126 117 65 543 113 33
Binary 1111001 10001 11001 0 1010110 1001111 110101 101100011 1001011 11011

Color Harmonies of #791119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791119

Black with #791119

Text Example


Text Example

White with #791119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791119; }

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

 H1.HeaderClassName
 {
   color: #791119;
 }
 .AnyTagClassName
 {
   color: #791119;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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