Html Css Color HEX #96080C Sangria

📋 copy color: '#96080C'

red 150 ◦ green 8 ◦ blue 12

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

Shades of Sangria #96080C

Tints of Sangria #96080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.06%

R = 88.24%
G = 4.71%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96080C (or 0x96080C) is known color: Sangria. HEX triplet: 96, 08 and 0C. RGB value is (150,8,12). Sum of RGB (Red+Green+Blue) = 150+8+12=170 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.24% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 150 - color contains mainly: red. Hex color #96080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96080C is #69F7F3. Grayscale: #333333. Windows color (decimal): -6944756 or 788630. OLE color: 788630.

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

Color convert

RGB 150 8 12 -
CMYK 0 0.95 0.92 0.41
HSL 358.31º 0.9% 0.31% -
HSV(B) 358.31º 0.95% 0.59% -
XYZ 12.73 6.68 0.97 -
YUV 50.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 150 8 12 0 0.95 0.92 0.41 358.31 0.9 0.31
Hex 96 8 C 0 5F 5C 29 166 5A 1F
Octal 226 10 14 0 137 134 51 546 132 37
Binary 10010110 1000 1100 0 1011111 1011100 101001 101100110 1011010 11111

Color Harmonies of #96080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96080C

Black with #96080C

Text Example


Text Example

White with #96080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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