Html Css Color HEX #96060F Sangria

📋 copy color: '#96060F'

red 150 ◦ green 6 ◦ blue 15

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

Shades of Sangria #96060F

Tints of Sangria #96060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 87.72%
G = 3.51%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96060F (or 0x96060F) is known color: Sangria. HEX triplet: 96, 06 and 0F. RGB value is (150,6,15). Sum of RGB (Red+Green+Blue) = 150+6+15=171 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.72% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 150 - color contains mainly: red. Hex color #96060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96060F is #69F9F0. Grayscale: #323232. Windows color (decimal): -6945265 or 984726. OLE color: 984726.

HSL color Cylindrical-coordinate representation of color #96060F: hue angle of 356.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96060F is Cyan = 0, Magento = 0.96, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 6 15 -
CMYK 0 0.96 0.9 0.41
HSL 356.25º 0.92% 0.31% -
HSV(B) 356.25º 0.96% 0.59% -
XYZ 12.73 6.65 1.06 -
YUV 50.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 150 6 15 0 0.96 0.9 0.41 356.25 0.92 0.31
Hex 96 6 F 0 60 5A 29 164 5C 1F
Octal 226 6 17 0 140 132 51 544 134 37
Binary 10010110 110 1111 0 1100000 1011010 101001 101100100 1011100 11111

Color Harmonies of #96060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96060F

Black with #96060F

Text Example


Text Example

White with #96060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96060F; }

 p { color: rgb(150,6,15); }

 H1.HeaderClassName
 {
   color: #96060F;
 }
 .AnyTagClassName
 {
   color: #96060F;
 }
</style>

background-color css

<style>
 a { background-color: #96060F; }

 a { background-color: rgb(150,6,15); }

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

border-color css

<style>
 span { border-color: #96060F; }

 span { border-color: rgb(150,6,15); }

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