Html Css Color HEX #96070C Sangria

📋 copy color: '#96070C'

red 150 ◦ green 7 ◦ blue 12

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

Shades of Sangria #96070C

Tints of Sangria #96070C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.1%

R = 88.76%
G = 4.14%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96070C (or 0x96070C) is known color: Sangria. HEX triplet: 96, 07 and 0C. RGB value is (150,7,12). Sum of RGB (Red+Green+Blue) = 150+7+12=169 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.76% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 150 - color contains mainly: red. Hex color #96070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96070C is #69F8F3. Grayscale: #323232. Windows color (decimal): -6945012 or 788374. OLE color: 788374.

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

Color convert

RGB 150 7 12 -
CMYK 0 0.95 0.92 0.41
HSL 357.9º 0.91% 0.31% -
HSV(B) 357.9º 0.95% 0.59% -
XYZ 12.72 6.66 0.96 -
YUV 50.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 150 7 12 0 0.95 0.92 0.41 357.9 0.91 0.31
Hex 96 7 C 0 5F 5C 29 166 5B 1F
Octal 226 7 14 0 137 134 51 546 133 37
Binary 10010110 111 1100 0 1011111 1011100 101001 101100110 1011011 11111

Color Harmonies of #96070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96070C

Black with #96070C

Text Example


Text Example

White with #96070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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