Html Css Color HEX #970001 Sangria

📋 copy color: '#970001'

red 151 ◦ green 0 ◦ blue 1

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

Shades of Sangria #970001

Tints of Sangria #970001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 99.34%
G = 0%
B = 0.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#970001 (or 0x970001) is known color: Sangria. HEX triplet: 97, 00 and 01. RGB value is (151,0,1). Sum of RGB (Red+Green+Blue) = 151+0+1=152 (20% of max value = 765). Red value is 151 (59.38% from 255 or 99.34% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 151 - color contains mainly: red. Hex color #970001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970001 is #68FFFE. Grayscale: #2D2D2D. Windows color (decimal): -6881279 or 65687. OLE color: 65687.

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

Color convert

RGB 151 0 1 -
CMYK 0 1 0.99 0.41
HSL 359.6º 1% 0.3% -
HSV(B) 359.6º 1% 0.59% -
XYZ 12.77 6.58 0.63 -
YUV 45.26 103.03 203.42 -
System Red Green Blue C M Y K H S L
Decimal 151 0 1 0 1 0.99 0.41 359.6 1 0.3
Hex 97 0 1 0 64 63 29 168 64 1E
Octal 227 0 1 0 144 143 51 550 144 36
Binary 10010111 0 1 0 1100100 1100011 101001 101101000 1100100 11110

Color Harmonies of #970001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970001

Black with #970001

Text Example


Text Example

White with #970001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970001; }

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

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

background-color css

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

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

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

border-color css

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

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

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