Html Css Color HEX #99000E Sangria

📋 copy color: '#99000E'

red 153 ◦ green 0 ◦ blue 14

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

Shades of Sangria #99000E

Tints of Sangria #99000E

RGB

 RED value IS 153 (60.16% from 255) = 91.62%

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

 BLUE value IS 14 (5.86% from 255) = 8.38%

R = 91.62%
G = 0%
B = 8.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#99000E (or 0x99000E) is known color: Sangria. HEX triplet: 99, 00 and 0E. RGB value is (153,0,14). Sum of RGB (Red+Green+Blue) = 153+0+14=167 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.62% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 153 - color contains mainly: red. Hex color #99000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99000E is #66FFF1. Grayscale: #2F2F2F. Windows color (decimal): -6750194 or 917657. OLE color: 917657.

HSL color Cylindrical-coordinate representation of color #99000E: hue angle of 354.51º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99000E is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 14 -
CMYK 0 1 0.91 0.4
HSL 354.51º 1% 0.3% -
HSV(B) 354.51º 1% 0.6% -
XYZ 13.22 6.8 1.03 -
YUV 47.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 153 0 14 0 1 0.91 0.4 354.51 1 0.3
Hex 99 0 E 0 64 5B 28 163 64 1E
Octal 231 0 16 0 144 133 50 543 144 36
Binary 10011001 0 1110 0 1100100 1011011 101000 101100011 1100100 11110

Color Harmonies of #99000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99000E

Black with #99000E

Text Example


Text Example

White with #99000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99000E; }

 p { color: rgb(153,0,14); }

 H1.HeaderClassName
 {
   color: #99000E;
 }
 .AnyTagClassName
 {
   color: #99000E;
 }
</style>

background-color css

<style>
 a { background-color: #99000E; }

 a { background-color: rgb(153,0,14); }

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

border-color css

<style>
 span { border-color: #99000E; }

 span { border-color: rgb(153,0,14); }

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