Html Css Color HEX #96070B Sangria

📋 copy color: '#96070B'

red 150 ◦ green 7 ◦ blue 11

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

Shades of Sangria #96070B

Tints of Sangria #96070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.55%

R = 89.29%
G = 4.17%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96070B (or 0x96070B) is known color: Sangria. HEX triplet: 96, 07 and 0B. RGB value is (150,7,11). Sum of RGB (Red+Green+Blue) = 150+7+11=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #96070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96070B is #69F8F4. Grayscale: #323232. Windows color (decimal): -6945013 or 722838. OLE color: 722838.

HSL color Cylindrical-coordinate representation of color #96070B: hue angle of 358.32º 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 #96070B is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 7 11 -
CMYK 0 0.95 0.93 0.41
HSL 358.32º 0.91% 0.31% -
HSV(B) 358.32º 0.95% 0.59% -
XYZ 12.71 6.66 0.93 -
YUV 50.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 150 7 11 0 0.95 0.93 0.41 358.32 0.91 0.31
Hex 96 7 B 0 5F 5D 29 166 5B 1F
Octal 226 7 13 0 137 135 51 546 133 37
Binary 10010110 111 1011 0 1011111 1011101 101001 101100110 1011011 11111

Color Harmonies of #96070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96070B

Black with #96070B

Text Example


Text Example

White with #96070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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