Html Css Color HEX #970109 Sangria

📋 copy color: '#970109'

red 151 ◦ green 1 ◦ blue 9

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

Shades of Sangria #970109

Tints of Sangria #970109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 9 (3.91% from 255) = 5.59%

R = 93.79%
G = 0.62%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#970109 (or 0x970109) is known color: Sangria. HEX triplet: 97, 01 and 09. RGB value is (151,1,9). Sum of RGB (Red+Green+Blue) = 151+1+9=161 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.79% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 151 - color contains mainly: red. Hex color #970109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970109 is #68FEF6. Grayscale: #2E2E2E. Windows color (decimal): -6881015 or 590231. OLE color: 590231.

HSL color Cylindrical-coordinate representation of color #970109: hue angle of 356.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970109 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 9 -
CMYK 0 0.99 0.94 0.41
HSL 356.8º 0.99% 0.3% -
HSV(B) 356.8º 0.99% 0.59% -
XYZ 12.82 6.62 0.86 -
YUV 46.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 151 1 9 0 0.99 0.94 0.41 356.8 0.99 0.3
Hex 97 1 9 0 63 5E 29 165 63 1E
Octal 227 1 11 0 143 136 51 545 143 36
Binary 10010111 1 1001 0 1100011 1011110 101001 101100101 1100011 11110

Color Harmonies of #970109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970109

Black with #970109

Text Example


Text Example

White with #970109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970109; }

 p { color: rgb(151,1,9); }

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

background-color css

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

 a { background-color: rgb(151,1,9); }

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

border-color css

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

 span { border-color: rgb(151,1,9); }

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