Html Css Color HEX #96080D Sangria

📋 copy color: '#96080D'

red 150 ◦ green 8 ◦ blue 13

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

Shades of Sangria #96080D

Tints of Sangria #96080D

RGB

 RED value IS 150 (58.98% from 255) = 87.72%

 GREEN value IS 8 (3.52% from 255) = 4.68%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 87.72%
G = 4.68%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96080D (or 0x96080D) is known color: Sangria. HEX triplet: 96, 08 and 0D. RGB value is (150,8,13). Sum of RGB (Red+Green+Blue) = 150+8+13=171 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.72% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 150 - color contains mainly: red. Hex color #96080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96080D is #69F7F2. Grayscale: #333333. Windows color (decimal): -6944755 or 854166. OLE color: 854166.

HSL color Cylindrical-coordinate representation of color #96080D: hue angle of 357.89º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96080D is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 13 -
CMYK 0 0.95 0.91 0.41
HSL 357.89º 0.9% 0.31% -
HSV(B) 357.89º 0.95% 0.59% -
XYZ 12.74 6.69 1 -
YUV 51.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 150 8 13 0 0.95 0.91 0.41 357.89 0.9 0.31
Hex 96 8 D 0 5F 5B 29 166 5A 1F
Octal 226 10 15 0 137 133 51 546 132 37
Binary 10010110 1000 1101 0 1011111 1011011 101001 101100110 1011010 11111

Color Harmonies of #96080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96080D

Black with #96080D

Text Example


Text Example

White with #96080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96080D; }

 p { color: rgb(150,8,13); }

 H1.HeaderClassName
 {
   color: #96080D;
 }
 .AnyTagClassName
 {
   color: #96080D;
 }
</style>

background-color css

<style>
 a { background-color: #96080D; }

 a { background-color: rgb(150,8,13); }

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

border-color css

<style>
 span { border-color: #96080D; }

 span { border-color: rgb(150,8,13); }

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