Html Css Color HEX #79181E Red Berry

📋 copy color: '#79181E'

red 121 ◦ green 24 ◦ blue 30

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

Shades of Red Berry #79181E

Tints of Red Berry #79181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 69.14%
G = 13.71%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#79181E (or 0x79181E) is known color: Red Berry. HEX triplet: 79, 18 and 1E. RGB value is (121,24,30). Sum of RGB (Red+Green+Blue) = 121+24+30=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #79181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79181E is #86E7E1. Grayscale: #353535. Windows color (decimal): -8841186 or 1972345. OLE color: 1972345.

HSL color Cylindrical-coordinate representation of color #79181E: hue angle of 356.29º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79181E is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 24 30 -
CMYK 0 0.80 0.75 0.53
HSL 356.29º 0.67% 0.28% -
HSV(B) 356.29º 0.8% 0.47% -
XYZ 8.45 4.81 1.71 -
YUV 53.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 121 24 30 0 0.80 0.75 0.53 356.29 0.67 0.28
Hex 79 18 1E 0 50 4B 35 164 43 1C
Octal 171 30 36 0 120 113 65 544 103 34
Binary 1111001 11000 11110 0 1010000 1001011 110101 101100100 1000011 11100

Color Harmonies of #79181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79181E

Black with #79181E

Text Example


Text Example

White with #79181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79181E; }

 p { color: rgb(121,24,30); }

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

background-color css

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

 a { background-color: rgb(121,24,30); }

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

border-color css

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

 span { border-color: rgb(121,24,30); }

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