Html Css Color HEX #9C080B Sangria

📋 copy color: '#9C080B'

red 156 ◦ green 8 ◦ blue 11

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

Shades of Sangria #9C080B

Tints of Sangria #9C080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 89.14%
G = 4.57%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9C080B (or 0x9C080B) is known color: Sangria. HEX triplet: 9C, 08 and 0B. RGB value is (156,8,11). Sum of RGB (Red+Green+Blue) = 156+8+11=175 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.14% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 156 - color contains mainly: red. Hex color #9C080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C080B is #63F7F4. Grayscale: #343434. Windows color (decimal): -6551541 or 723100. OLE color: 723100.

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

Color convert

RGB 156 8 11 -
CMYK 0 0.95 0.93 0.39
HSL 358.78º 0.9% 0.32% -
HSV(B) 358.78º 0.95% 0.61% -
XYZ 13.86 7.27 0.99 -
YUV 52.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 156 8 11 0 0.95 0.93 0.39 358.78 0.9 0.32
Hex 9C 8 B 0 5F 5D 27 167 5A 20
Octal 234 10 13 0 137 135 47 547 132 40
Binary 10011100 1000 1011 0 1011111 1011101 100111 101100111 1011010 100000

Color Harmonies of #9C080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C080B

Black with #9C080B

Text Example


Text Example

White with #9C080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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