Html Css Color HEX #96040C Sangria

📋 copy color: '#96040C'

red 150 ◦ green 4 ◦ blue 12

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

Shades of Sangria #96040C

Tints of Sangria #96040C

RGB

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

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

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

R = 90.36%
G = 2.41%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96040C (or 0x96040C) is known color: Sangria. HEX triplet: 96, 04 and 0C. RGB value is (150,4,12). Sum of RGB (Red+Green+Blue) = 150+4+12=166 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.36% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 150 - color contains mainly: red. Hex color #96040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96040C is #69FBF3. Grayscale: #303030. Windows color (decimal): -6945780 or 787606. OLE color: 787606.

HSL color Cylindrical-coordinate representation of color #96040C: hue angle of 356.71º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96040C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 12 -
CMYK 0 0.97 0.92 0.41
HSL 356.71º 0.95% 0.3% -
HSV(B) 356.71º 0.97% 0.59% -
XYZ 12.69 6.6 0.95 -
YUV 48.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 150 4 12 0 0.97 0.92 0.41 356.71 0.95 0.3
Hex 96 4 C 0 61 5C 29 165 5F 1E
Octal 226 4 14 0 141 134 51 545 137 36
Binary 10010110 100 1100 0 1100001 1011100 101001 101100101 1011111 11110

Color Harmonies of #96040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96040C

Black with #96040C

Text Example


Text Example

White with #96040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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