Html Css Color HEX #96080F Sangria

📋 copy color: '#96080F'

red 150 ◦ green 8 ◦ blue 15

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

Shades of Sangria #96080F

Tints of Sangria #96080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 86.71%
G = 4.62%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96080F (or 0x96080F) is known color: Sangria. HEX triplet: 96, 08 and 0F. RGB value is (150,8,15). Sum of RGB (Red+Green+Blue) = 150+8+15=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #96080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96080F is #69F7F0. Grayscale: #333333. Windows color (decimal): -6944753 or 985238. OLE color: 985238.

HSL color Cylindrical-coordinate representation of color #96080F: hue angle of 357.04º 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 #96080F is Cyan = 0, Magento = 0.95, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 15 -
CMYK 0 0.95 0.9 0.41
HSL 357.04º 0.9% 0.31% -
HSV(B) 357.04º 0.95% 0.59% -
XYZ 12.75 6.69 1.07 -
YUV 51.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 150 8 15 0 0.95 0.9 0.41 357.04 0.9 0.31
Hex 96 8 F 0 5F 5A 29 165 5A 1F
Octal 226 10 17 0 137 132 51 545 132 37
Binary 10010110 1000 1111 0 1011111 1011010 101001 101100101 1011010 11111

Color Harmonies of #96080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96080F

Black with #96080F

Text Example


Text Example

White with #96080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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