Html Css Color HEX #970A0E Sangria

📋 copy color: '#970A0E'

red 151 ◦ green 10 ◦ blue 14

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

Shades of Sangria #970A0E

Tints of Sangria #970A0E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.71%

 BLUE value IS 14 (5.86% from 255) = 8%

R = 86.29%
G = 5.71%
B = 8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#970A0E (or 0x970A0E) is known color: Sangria. HEX triplet: 97, 0A and 0E. RGB value is (151,10,14). Sum of RGB (Red+Green+Blue) = 151+10+14=175 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.29% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 151 - color contains mainly: red. Hex color #970A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970A0E is #68F5F1. Grayscale: #343434. Windows color (decimal): -6878706 or 920215. OLE color: 920215.

HSL color Cylindrical-coordinate representation of color #970A0E: hue angle of 358.3º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A0E is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 10 14 -
CMYK 0 0.93 0.91 0.41
HSL 358.3º 0.88% 0.32% -
HSV(B) 358.3º 0.93% 0.59% -
XYZ 12.95 6.83 1.05 -
YUV 52.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 151 10 14 0 0.93 0.91 0.41 358.3 0.88 0.32
Hex 97 A E 0 5D 5B 29 166 58 20
Octal 227 12 16 0 135 133 51 546 130 40
Binary 10010111 1010 1110 0 1011101 1011011 101001 101100110 1011000 100000

Color Harmonies of #970A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A0E

Black with #970A0E

Text Example


Text Example

White with #970A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970A0E; }

 p { color: rgb(151,10,14); }

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

background-color css

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

 a { background-color: rgb(151,10,14); }

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

border-color css

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

 span { border-color: rgb(151,10,14); }

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