Html Css Color HEX #970812 Sangria

📋 copy color: '#970812'

red 151 ◦ green 8 ◦ blue 18

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

Shades of Sangria #970812

Tints of Sangria #970812

RGB

 RED value IS 151 (59.38% from 255) = 85.31%

 GREEN value IS 8 (3.52% from 255) = 4.52%

 BLUE value IS 18 (7.42% from 255) = 10.17%

R = 85.31%
G = 4.52%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#970812 (or 0x970812) is known color: Sangria. HEX triplet: 97, 08 and 12. RGB value is (151,8,18). Sum of RGB (Red+Green+Blue) = 151+8+18=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #970812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970812 is #68F7ED. Grayscale: #333333. Windows color (decimal): -6879214 or 1181847. OLE color: 1181847.

HSL color Cylindrical-coordinate representation of color #970812: hue angle of 355.8º degrees, saturation: 0.9, 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 #970812 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 18 -
CMYK 0 0.95 0.88 0.41
HSL 355.8º 0.9% 0.31% -
HSV(B) 355.8º 0.95% 0.59% -
XYZ 12.96 6.8 1.2 -
YUV 51.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 151 8 18 0 0.95 0.88 0.41 355.8 0.9 0.31
Hex 97 8 12 0 5F 58 29 164 5A 1F
Octal 227 10 22 0 137 130 51 544 132 37
Binary 10010111 1000 10010 0 1011111 1011000 101001 101100100 1011010 11111

Color Harmonies of #970812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970812

Black with #970812

Text Example


Text Example

White with #970812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970812; }

 p { color: rgb(151,8,18); }

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

background-color css

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

 a { background-color: rgb(151,8,18); }

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

border-color css

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

 span { border-color: rgb(151,8,18); }

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