Html Css Color HEX #9A0E10 Sangria

📋 copy color: '#9A0E10'

red 154 ◦ green 14 ◦ blue 16

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

Shades of Sangria #9A0E10

Tints of Sangria #9A0E10

RGB

 RED value IS 154 (60.55% from 255) = 83.7%

 GREEN value IS 14 (5.86% from 255) = 7.61%

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

R = 83.7%
G = 7.61%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A0E10 (or 0x9A0E10) is known color: Sangria. HEX triplet: 9A, 0E and 10. RGB value is (154,14,16). Sum of RGB (Red+Green+Blue) = 154+14+16=184 (24% of max value = 765). Red value is 154 (60.55% from 255 or 83.70% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0E10 is #65F1EF. Grayscale: #383838. Windows color (decimal): -6681072 or 1052314. OLE color: 1052314.

HSL color Cylindrical-coordinate representation of color #9A0E10: hue angle of 359.14º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E10 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 14 16 -
CMYK 0 0.91 0.90 0.40
HSL 359.14º 0.83% 0.33% -
HSV(B) 359.14º 0.91% 0.6% -
XYZ 13.58 7.22 1.17 -
YUV 56.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 154 14 16 0 0.91 0.90 0.40 359.14 0.83 0.33
Hex 9A E 10 0 5B 5A 28 167 53 21
Octal 232 16 20 0 133 132 50 547 123 41
Binary 10011010 1110 10000 0 1011011 1011010 101000 101100111 1010011 100001

Color Harmonies of #9A0E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0E10

Black with #9A0E10

Text Example


Text Example

White with #9A0E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,14,16); }

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

background-color css

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

 a { background-color: rgb(154,14,16); }

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

border-color css

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

 span { border-color: rgb(154,14,16); }

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