Html Css Color HEX #96040D Sangria

📋 copy color: '#96040D'

red 150 ◦ green 4 ◦ blue 13

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

Shades of Sangria #96040D

Tints of Sangria #96040D

RGB

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

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

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

R = 89.82%
G = 2.4%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96040D (or 0x96040D) is known color: Sangria. HEX triplet: 96, 04 and 0D. RGB value is (150,4,13). Sum of RGB (Red+Green+Blue) = 150+4+13=167 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.82% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 150 - color contains mainly: red. Hex color #96040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96040D is #69FBF2. Grayscale: #303030. Windows color (decimal): -6945779 or 853142. OLE color: 853142.

HSL color Cylindrical-coordinate representation of color #96040D: hue angle of 356.3º 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 #96040D is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 13 -
CMYK 0 0.97 0.91 0.41
HSL 356.3º 0.95% 0.3% -
HSV(B) 356.3º 0.97% 0.59% -
XYZ 12.69 6.6 0.99 -
YUV 48.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 150 4 13 0 0.97 0.91 0.41 356.3 0.95 0.3
Hex 96 4 D 0 61 5B 29 164 5F 1E
Octal 226 4 15 0 141 133 51 544 137 36
Binary 10010110 100 1101 0 1100001 1011011 101001 101100100 1011111 11110

Color Harmonies of #96040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96040D

Black with #96040D

Text Example


Text Example

White with #96040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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