Html Css Color HEX #96050E Sangria

📋 copy color: '#96050E'

red 150 ◦ green 5 ◦ blue 14

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

Shades of Sangria #96050E

Tints of Sangria #96050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

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

R = 88.76%
G = 2.96%
B = 8.28%

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

#96050E (or 0x96050E) is known color: Sangria. HEX triplet: 96, 05 and 0E. RGB value is (150,5,14). Sum of RGB (Red+Green+Blue) = 150+5+14=169 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.76% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 150 - color contains mainly: red. Hex color #96050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96050E is #69FAF1. Grayscale: #313131. Windows color (decimal): -6945522 or 918934. OLE color: 918934.

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

Color convert

RGB 150 5 14 -
CMYK 0 0.97 0.91 0.41
HSL 356.28º 0.94% 0.3% -
HSV(B) 356.28º 0.97% 0.59% -
XYZ 12.71 6.62 1.02 -
YUV 49.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 150 5 14 0 0.97 0.91 0.41 356.28 0.94 0.3
Hex 96 5 E 0 61 5B 29 164 5E 1E
Octal 226 5 16 0 141 133 51 544 136 36
Binary 10010110 101 1110 0 1100001 1011011 101001 101100100 1011110 11110

Color Harmonies of #96050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96050E

Black with #96050E

Text Example


Text Example

White with #96050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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