Html Css Color HEX #790506 Sangria

📋 copy color: '#790506'

red 121 ◦ green 5 ◦ blue 6

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

Shades of Sangria #790506

Tints of Sangria #790506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.79%

 BLUE value IS 6 (2.73% from 255) = 4.55%

R = 91.67%
G = 3.79%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#790506 (or 0x790506) is known color: Sangria. HEX triplet: 79, 05 and 06. RGB value is (121,5,6). Sum of RGB (Red+Green+Blue) = 121+5+6=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #790506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790506 is #86FAF9. Grayscale: #272727. Windows color (decimal): -8846074 or 394617. OLE color: 394617.

HSL color Cylindrical-coordinate representation of color #790506: hue angle of 359.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790506 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 5 6 -
CMYK 0 0.96 0.95 0.53
HSL 359.48º 0.92% 0.25% -
HSV(B) 359.48º 0.96% 0.47% -
XYZ 7.97 4.19 0.56 -
YUV 39.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 121 5 6 0 0.96 0.95 0.53 359.48 0.92 0.25
Hex 79 5 6 0 60 5F 35 167 5C 19
Octal 171 5 6 0 140 137 65 547 134 31
Binary 1111001 101 110 0 1100000 1011111 110101 101100111 1011100 11001

Color Harmonies of #790506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790506

Black with #790506

Text Example


Text Example

White with #790506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790506; }

 p { color: rgb(121,5,6); }

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

background-color css

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

 a { background-color: rgb(121,5,6); }

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

border-color css

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

 span { border-color: rgb(121,5,6); }

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