Html Css Color HEX #970B0E Sangria

📋 copy color: '#970B0E'

red 151 ◦ green 11 ◦ blue 14

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

Shades of Sangria #970B0E

Tints of Sangria #970B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.25%

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

R = 85.8%
G = 6.25%
B = 7.95%

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

#970B0E (or 0x970B0E) is known color: Sangria. HEX triplet: 97, 0B and 0E. RGB value is (151,11,14). Sum of RGB (Red+Green+Blue) = 151+11+14=176 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.80% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 151 - color contains mainly: red. Hex color #970B0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970B0E is #68F4F1. Grayscale: #353535. Windows color (decimal): -6878450 or 920471. OLE color: 920471.

HSL color Cylindrical-coordinate representation of color #970B0E: hue angle of 358.71º degrees, saturation: 0.86, 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 #970B0E is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 11 14 -
CMYK 0 0.93 0.91 0.41
HSL 358.71º 0.86% 0.32% -
HSV(B) 358.71º 0.93% 0.59% -
XYZ 12.96 6.85 1.05 -
YUV 53.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 151 11 14 0 0.93 0.91 0.41 358.71 0.86 0.32
Hex 97 B E 0 5D 5B 29 167 56 20
Octal 227 13 16 0 135 133 51 547 126 40
Binary 10010111 1011 1110 0 1011101 1011011 101001 101100111 1010110 100000

Color Harmonies of #970B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B0E

Black with #970B0E

Text Example


Text Example

White with #970B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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