Html Css Color HEX #9C0708 Sangria

📋 copy color: '#9C0708'

red 156 ◦ green 7 ◦ blue 8

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

Shades of Sangria #9C0708

Tints of Sangria #9C0708

RGB

 RED value IS 156 (61.33% from 255) = 91.23%

 GREEN value IS 7 (3.13% from 255) = 4.09%

 BLUE value IS 8 (3.52% from 255) = 4.68%

R = 91.23%
G = 4.09%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9C0708 (or 0x9C0708) is known color: Sangria. HEX triplet: 9C, 07 and 08. RGB value is (156,7,8). Sum of RGB (Red+Green+Blue) = 156+7+8=171 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.23% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0708 is #63F8F7. Grayscale: #333333. Windows color (decimal): -6551800 or 526236. OLE color: 526236.

HSL color Cylindrical-coordinate representation of color #9C0708: hue angle of 359.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0708 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 7 8 -
CMYK 0 0.96 0.95 0.39
HSL 359.6º 0.91% 0.32% -
HSV(B) 359.6º 0.96% 0.61% -
XYZ 13.83 7.24 0.9 -
YUV 51.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 156 7 8 0 0.96 0.95 0.39 359.6 0.91 0.32
Hex 9C 7 8 0 60 5F 27 168 5B 20
Octal 234 7 10 0 140 137 47 550 133 40
Binary 10011100 111 1000 0 1100000 1011111 100111 101101000 1011011 100000

Color Harmonies of #9C0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0708

Black with #9C0708

Text Example


Text Example

White with #9C0708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0708; }

 p { color: rgb(156,7,8); }

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

background-color css

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

 a { background-color: rgb(156,7,8); }

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

border-color css

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

 span { border-color: rgb(156,7,8); }

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