Html Css Color HEX #9E0009 Sangria

📋 copy color: '#9E0009'

red 158 ◦ green 0 ◦ blue 9

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

Shades of Sangria #9E0009

Tints of Sangria #9E0009

RGB

 RED value IS 158 (62.11% from 255) = 94.61%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 5.39%

R = 94.61%
G = 0%
B = 5.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E0009 (or 0x9E0009) is known color: Sangria. HEX triplet: 9E, 00 and 09. RGB value is (158,0,9). Sum of RGB (Red+Green+Blue) = 158+0+9=167 (22% of max value = 765). Red value is 158 (62.11% from 255 or 94.61% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0009 is #61FFF6. Grayscale: #303030. Windows color (decimal): -6422519 or 589982. OLE color: 589982.

HSL color Cylindrical-coordinate representation of color #9E0009: hue angle of 356.58º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E0009 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 0 9 -
CMYK 0 1 0.94 0.38
HSL 356.58º 1% 0.31% -
HSV(B) 356.58º 1% 0.62% -
XYZ 14.15 7.29 0.92 -
YUV 48.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 158 0 9 0 1 0.94 0.38 356.58 1 0.31
Hex 9E 0 9 0 64 5E 26 165 64 1F
Octal 236 0 11 0 144 136 46 545 144 37
Binary 10011110 0 1001 0 1100100 1011110 100110 101100101 1100100 11111

Color Harmonies of #9E0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0009

Black with #9E0009

Text Example


Text Example

White with #9E0009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,0,9); }

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

background-color css

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

 a { background-color: rgb(158,0,9); }

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

border-color css

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

 span { border-color: rgb(158,0,9); }

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