Html Css Color HEX #9E0109 Sangria

📋 copy color: '#9E0109'

red 158 ◦ green 1 ◦ blue 9

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

Shades of Sangria #9E0109

Tints of Sangria #9E0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 94.05%
G = 0.6%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E0109 (or 0x9E0109) is known color: Sangria. HEX triplet: 9E, 01 and 09. RGB value is (158,1,9). Sum of RGB (Red+Green+Blue) = 158+1+9=168 (22% of max value = 765). Red value is 158 (62.11% from 255 or 94.05% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0109 is #61FEF6. Grayscale: #303030. Windows color (decimal): -6422263 or 590238. OLE color: 590238.

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

Color convert

RGB 158 1 9 -
CMYK 0 0.99 0.94 0.38
HSL 356.94º 0.99% 0.31% -
HSV(B) 356.94º 0.99% 0.62% -
XYZ 14.16 7.31 0.92 -
YUV 48.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 158 1 9 0 0.99 0.94 0.38 356.94 0.99 0.31
Hex 9E 1 9 0 63 5E 26 165 63 1F
Octal 236 1 11 0 143 136 46 545 143 37
Binary 10011110 1 1001 0 1100011 1011110 100110 101100101 1100011 11111

Color Harmonies of #9E0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0109

Black with #9E0109

Text Example


Text Example

White with #9E0109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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