Html Css Color HEX #99040B Sangria

📋 copy color: '#99040B'

red 153 ◦ green 4 ◦ blue 11

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

Shades of Sangria #99040B

Tints of Sangria #99040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

 BLUE value IS 11 (4.69% from 255) = 6.55%

R = 91.07%
G = 2.38%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99040B (or 0x99040B) is known color: Sangria. HEX triplet: 99, 04 and 0B. RGB value is (153,4,11). Sum of RGB (Red+Green+Blue) = 153+4+11=168 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.07% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 153 - color contains mainly: red. Hex color #99040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99040B is #66FBF4. Grayscale: #313131. Windows color (decimal): -6749173 or 722073. OLE color: 722073.

HSL color Cylindrical-coordinate representation of color #99040B: hue angle of 357.18º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99040B is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 11 -
CMYK 0 0.97 0.93 0.4
HSL 357.18º 0.95% 0.31% -
HSV(B) 357.18º 0.97% 0.6% -
XYZ 13.24 6.88 0.95 -
YUV 49.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 153 4 11 0 0.97 0.93 0.4 357.18 0.95 0.31
Hex 99 4 B 0 61 5D 28 165 5F 1F
Octal 231 4 13 0 141 135 50 545 137 37
Binary 10011001 100 1011 0 1100001 1011101 101000 101100101 1011111 11111

Color Harmonies of #99040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99040B

Black with #99040B

Text Example


Text Example

White with #99040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99040B; }

 p { color: rgb(153,4,11); }

 H1.HeaderClassName
 {
   color: #99040B;
 }
 .AnyTagClassName
 {
   color: #99040B;
 }
</style>

background-color css

<style>
 a { background-color: #99040B; }

 a { background-color: rgb(153,4,11); }

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

border-color css

<style>
 span { border-color: #99040B; }

 span { border-color: rgb(153,4,11); }

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