Html Css Color HEX #96040E Sangria

📋 copy color: '#96040E'

red 150 ◦ green 4 ◦ blue 14

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

Shades of Sangria #96040E

Tints of Sangria #96040E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.33%

R = 89.29%
G = 2.38%
B = 8.33%

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

#96040E (or 0x96040E) is known color: Sangria. HEX triplet: 96, 04 and 0E. RGB value is (150,4,14). Sum of RGB (Red+Green+Blue) = 150+4+14=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #96040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96040E is #69FBF1. Grayscale: #303030. Windows color (decimal): -6945778 or 918678. OLE color: 918678.

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

Color convert

RGB 150 4 14 -
CMYK 0 0.97 0.91 0.41
HSL 355.89º 0.95% 0.3% -
HSV(B) 355.89º 0.97% 0.59% -
XYZ 12.7 6.6 1.02 -
YUV 48.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 150 4 14 0 0.97 0.91 0.41 355.89 0.95 0.3
Hex 96 4 E 0 61 5B 29 164 5F 1E
Octal 226 4 16 0 141 133 51 544 137 36
Binary 10010110 100 1110 0 1100001 1011011 101001 101100100 1011111 11110

Color Harmonies of #96040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96040E

Black with #96040E

Text Example


Text Example

White with #96040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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