Html Css Color HEX #79030C Sangria

📋 copy color: '#79030C'

red 121 ◦ green 3 ◦ blue 12

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

Shades of Sangria #79030C

Tints of Sangria #79030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 88.97%
G = 2.21%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79030C (or 0x79030C) is known color: Sangria. HEX triplet: 79, 03 and 0C. RGB value is (121,3,12). Sum of RGB (Red+Green+Blue) = 121+3+12=136 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.97% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 121 - color contains mainly: red. Hex color #79030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79030C is #86FCF3. Grayscale: #272727. Windows color (decimal): -8846580 or 787321. OLE color: 787321.

HSL color Cylindrical-coordinate representation of color #79030C: hue angle of 355.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #79030C is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 12 -
CMYK 0 0.98 0.90 0.53
HSL 355.42º 0.95% 0.24% -
HSV(B) 355.42º 0.98% 0.47% -
XYZ 7.98 4.16 0.73 -
YUV 39.31 112.59 186.27 -
System Red Green Blue C M Y K H S L
Decimal 121 3 12 0 0.98 0.90 0.53 355.42 0.95 0.24
Hex 79 3 C 0 62 5A 35 163 5F 18
Octal 171 3 14 0 142 132 65 543 137 30
Binary 1111001 11 1100 0 1100010 1011010 110101 101100011 1011111 11000

Color Harmonies of #79030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79030C

Black with #79030C

Text Example


Text Example

White with #79030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79030C; }

 p { color: rgb(121,3,12); }

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

background-color css

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

 a { background-color: rgb(121,3,12); }

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

border-color css

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

 span { border-color: rgb(121,3,12); }

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