Html Css Color HEX #970006 Sangria

📋 copy color: '#970006'

red 151 ◦ green 0 ◦ blue 6

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

Shades of Sangria #970006

Tints of Sangria #970006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.82%

R = 96.18%
G = 0%
B = 3.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#970006 (or 0x970006) is known color: Sangria. HEX triplet: 97, 00 and 06. RGB value is (151,0,6). Sum of RGB (Red+Green+Blue) = 151+0+6=157 (20% of max value = 765). Red value is 151 (59.38% from 255 or 96.18% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 151 - color contains mainly: red. Hex color #970006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970006 is #68FFF9. Grayscale: #2D2D2D. Windows color (decimal): -6881274 or 393367. OLE color: 393367.

HSL color Cylindrical-coordinate representation of color #970006: hue angle of 357.62º 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 #970006 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 6 -
CMYK 0 1 0.96 0.41
HSL 357.62º 1% 0.3% -
HSV(B) 357.62º 1% 0.59% -
XYZ 12.8 6.59 0.77 -
YUV 45.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 151 0 6 0 1 0.96 0.41 357.62 1 0.3
Hex 97 0 6 0 64 60 29 166 64 1E
Octal 227 0 6 0 144 140 51 546 144 36
Binary 10010111 0 110 0 1100100 1100000 101001 101100110 1100100 11110

Color Harmonies of #970006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970006

Black with #970006

Text Example


Text Example

White with #970006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970006; }

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

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

background-color css

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

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

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

border-color css

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

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

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