Html Css Color HEX #9E0106 Sangria

📋 copy color: '#9E0106'

red 158 ◦ green 1 ◦ blue 6

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

Shades of Sangria #9E0106

Tints of Sangria #9E0106

RGB

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

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

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

R = 95.76%
G = 0.61%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9E0106 (or 0x9E0106) is known color: Sangria. HEX triplet: 9E, 01 and 06. RGB value is (158,1,6). Sum of RGB (Red+Green+Blue) = 158+1+6=165 (21% of max value = 765). Red value is 158 (62.11% from 255 or 95.76% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0106 is #61FEF9. Grayscale: #303030. Windows color (decimal): -6422266 or 393630. OLE color: 393630.

HSL color Cylindrical-coordinate representation of color #9E0106: hue angle of 358.09º 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 #9E0106 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 1 6 -
CMYK 0 0.99 0.96 0.38
HSL 358.09º 0.99% 0.31% -
HSV(B) 358.09º 0.99% 0.62% -
XYZ 14.14 7.3 0.84 -
YUV 48.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 158 1 6 0 0.99 0.96 0.38 358.09 0.99 0.31
Hex 9E 1 6 0 63 60 26 166 63 1F
Octal 236 1 6 0 143 140 46 546 143 37
Binary 10011110 1 110 0 1100011 1100000 100110 101100110 1100011 11111

Color Harmonies of #9E0106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0106

Black with #9E0106

Text Example


Text Example

White with #9E0106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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