Html Css Color HEX #9E0610 Sangria

📋 copy color: '#9E0610'

red 158 ◦ green 6 ◦ blue 16

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

Shades of Sangria #9E0610

Tints of Sangria #9E0610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 87.78%
G = 3.33%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9E0610 (or 0x9E0610) is known color: Sangria. HEX triplet: 9E, 06 and 10. RGB value is (158,6,16). Sum of RGB (Red+Green+Blue) = 158+6+16=180 (23% of max value = 765). Red value is 158 (62.11% from 255 or 87.78% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0610 is #61F9EF. Grayscale: #343434. Windows color (decimal): -6420976 or 1050270. OLE color: 1050270.

HSL color Cylindrical-coordinate representation of color #9E0610: hue angle of 356.05º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0610 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 6 16 -
CMYK 0 0.96 0.90 0.38
HSL 356.05º 0.93% 0.32% -
HSV(B) 356.05º 0.96% 0.62% -
XYZ 14.26 7.44 1.17 -
YUV 52.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 158 6 16 0 0.96 0.90 0.38 356.05 0.93 0.32
Hex 9E 6 10 0 60 5A 26 164 5D 20
Octal 236 6 20 0 140 132 46 544 135 40
Binary 10011110 110 10000 0 1100000 1011010 100110 101100100 1011101 100000

Color Harmonies of #9E0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0610

Black with #9E0610

Text Example


Text Example

White with #9E0610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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