Html Css Color HEX #96070F Sangria

📋 copy color: '#96070F'

red 150 ◦ green 7 ◦ blue 15

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

Shades of Sangria #96070F

Tints of Sangria #96070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

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

R = 87.21%
G = 4.07%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96070F (or 0x96070F) is known color: Sangria. HEX triplet: 96, 07 and 0F. RGB value is (150,7,15). Sum of RGB (Red+Green+Blue) = 150+7+15=172 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.21% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 150 - color contains mainly: red. Hex color #96070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96070F is #69F8F0. Grayscale: #323232. Windows color (decimal): -6945009 or 984982. OLE color: 984982.

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

Color convert

RGB 150 7 15 -
CMYK 0 0.95 0.9 0.41
HSL 356.64º 0.91% 0.31% -
HSV(B) 356.64º 0.95% 0.59% -
XYZ 12.74 6.67 1.07 -
YUV 50.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 150 7 15 0 0.95 0.9 0.41 356.64 0.91 0.31
Hex 96 7 F 0 5F 5A 29 165 5B 1F
Octal 226 7 17 0 137 132 51 545 133 37
Binary 10010110 111 1111 0 1011111 1011010 101001 101100101 1011011 11111

Color Harmonies of #96070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96070F

Black with #96070F

Text Example


Text Example

White with #96070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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