Html Css Color HEX #970306 Sangria

📋 copy color: '#970306'

red 151 ◦ green 3 ◦ blue 6

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

Shades of Sangria #970306

Tints of Sangria #970306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

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

R = 94.38%
G = 1.88%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#970306 (or 0x970306) is known color: Sangria. HEX triplet: 97, 03 and 06. RGB value is (151,3,6). Sum of RGB (Red+Green+Blue) = 151+3+6=160 (21% of max value = 765). Red value is 151 (59.38% from 255 or 94.38% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 151 - color contains mainly: red. Hex color #970306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970306 is #68FCF9. Grayscale: #2F2F2F. Windows color (decimal): -6880506 or 394135. OLE color: 394135.

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

Color convert

RGB 151 3 6 -
CMYK 0 0.98 0.96 0.41
HSL 358.78º 0.96% 0.3% -
HSV(B) 358.78º 0.98% 0.59% -
XYZ 12.83 6.66 0.78 -
YUV 47.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 151 3 6 0 0.98 0.96 0.41 358.78 0.96 0.3
Hex 97 3 6 0 62 60 29 167 60 1E
Octal 227 3 6 0 142 140 51 547 140 36
Binary 10010111 11 110 0 1100010 1100000 101001 101100111 1100000 11110

Color Harmonies of #970306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970306

Black with #970306

Text Example


Text Example

White with #970306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970306; }

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

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

background-color css

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

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

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

border-color css

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

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

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