Html Css Color HEX #791316 Red Berry

📋 copy color: '#791316'

red 121 ◦ green 19 ◦ blue 22

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

Shades of Red Berry #791316

Tints of Red Berry #791316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.73%

 BLUE value IS 22 (8.98% from 255) = 13.58%

R = 74.69%
G = 11.73%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#791316 (or 0x791316) is known color: Red Berry. HEX triplet: 79, 13 and 16. RGB value is (121,19,22). Sum of RGB (Red+Green+Blue) = 121+19+22=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #791316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791316 is #86ECE9. Grayscale: #313131. Windows color (decimal): -8842474 or 1446777. OLE color: 1446777.

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

Color convert

RGB 121 19 22 -
CMYK 0 0.84 0.82 0.53
HSL 358.24º 0.73% 0.27% -
HSV(B) 358.24º 0.84% 0.47% -
XYZ 8.26 4.59 1.21 -
YUV 49.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 121 19 22 0 0.84 0.82 0.53 358.24 0.73 0.27
Hex 79 13 16 0 54 52 35 166 49 1B
Octal 171 23 26 0 124 122 65 546 111 33
Binary 1111001 10011 10110 0 1010100 1010010 110101 101100110 1001001 11011

Color Harmonies of #791316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791316

Black with #791316

Text Example


Text Example

White with #791316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791316; }

 p { color: rgb(121,19,22); }

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

background-color css

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

 a { background-color: rgb(121,19,22); }

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

border-color css

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

 span { border-color: rgb(121,19,22); }

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