Html Css Color HEX #79181A Red Berry

📋 copy color: '#79181A'

red 121 ◦ green 24 ◦ blue 26

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

Shades of Red Berry #79181A

Tints of Red Berry #79181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 70.76%
G = 14.04%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#79181A (or 0x79181A) is known color: Red Berry. HEX triplet: 79, 18 and 1A. RGB value is (121,24,26). Sum of RGB (Red+Green+Blue) = 121+24+26=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #79181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79181A is #86E7E5. Grayscale: #353535. Windows color (decimal): -8841190 or 1710201. OLE color: 1710201.

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

Color convert

RGB 121 24 26 -
CMYK 0 0.80 0.79 0.53
HSL 358.76º 0.67% 0.28% -
HSV(B) 358.76º 0.8% 0.47% -
XYZ 8.4 4.79 1.46 -
YUV 53.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 121 24 26 0 0.80 0.79 0.53 358.76 0.67 0.28
Hex 79 18 1A 0 50 4F 35 167 43 1C
Octal 171 30 32 0 120 117 65 547 103 34
Binary 1111001 11000 11010 0 1010000 1001111 110101 101100111 1000011 11100

Color Harmonies of #79181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79181A

Black with #79181A

Text Example


Text Example

White with #79181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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