Html Css Color HEX #9C0406 Sangria

📋 copy color: '#9C0406'

red 156 ◦ green 4 ◦ blue 6

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

Shades of Sangria #9C0406

Tints of Sangria #9C0406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

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

R = 93.98%
G = 2.41%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9C0406 (or 0x9C0406) is known color: Sangria. HEX triplet: 9C, 04 and 06. RGB value is (156,4,6). Sum of RGB (Red+Green+Blue) = 156+4+6=166 (21% of max value = 765). Red value is 156 (61.33% from 255 or 93.98% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0406 is #63FBF9. Grayscale: #313131. Windows color (decimal): -6552570 or 394396. OLE color: 394396.

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

Color convert

RGB 156 4 6 -
CMYK 0 0.97 0.96 0.39
HSL 359.21º 0.95% 0.31% -
HSV(B) 359.21º 0.97% 0.61% -
XYZ 13.79 7.17 0.83 -
YUV 49.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 156 4 6 0 0.97 0.96 0.39 359.21 0.95 0.31
Hex 9C 4 6 0 61 60 27 167 5F 1F
Octal 234 4 6 0 141 140 47 547 137 37
Binary 10011100 100 110 0 1100001 1100000 100111 101100111 1011111 11111

Color Harmonies of #9C0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0406

Black with #9C0406

Text Example


Text Example

White with #9C0406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,4,6); }

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

background-color css

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

 a { background-color: rgb(156,4,6); }

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

border-color css

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

 span { border-color: rgb(156,4,6); }

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