Html Css Color HEX #9C080E Sangria

📋 copy color: '#9C080E'

red 156 ◦ green 8 ◦ blue 14

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

Shades of Sangria #9C080E

Tints of Sangria #9C080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.87%

R = 87.64%
G = 4.49%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C080E (or 0x9C080E) is known color: Sangria. HEX triplet: 9C, 08 and 0E. RGB value is (156,8,14). Sum of RGB (Red+Green+Blue) = 156+8+14=178 (23% of max value = 765). Red value is 156 (61.33% from 255 or 87.64% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 156 - color contains mainly: red. Hex color #9C080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C080E is #63F7F1. Grayscale: #353535. Windows color (decimal): -6551538 or 919708. OLE color: 919708.

HSL color Cylindrical-coordinate representation of color #9C080E: hue angle of 357.57º 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 #9C080E is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 8 14 -
CMYK 0 0.95 0.91 0.39
HSL 357.57º 0.9% 0.32% -
HSV(B) 357.57º 0.95% 0.61% -
XYZ 13.88 7.27 1.09 -
YUV 52.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 156 8 14 0 0.95 0.91 0.39 357.57 0.9 0.32
Hex 9C 8 E 0 5F 5B 27 166 5A 20
Octal 234 10 16 0 137 133 47 546 132 40
Binary 10011100 1000 1110 0 1011111 1011011 100111 101100110 1011010 100000

Color Harmonies of #9C080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C080E

Black with #9C080E

Text Example


Text Example

White with #9C080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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