Html Css Color HEX #970203 Sangria

📋 copy color: '#970203'

red 151 ◦ green 2 ◦ blue 3

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

Shades of Sangria #970203

Tints of Sangria #970203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

 BLUE value IS 3 (1.56% from 255) = 1.92%

R = 96.79%
G = 1.28%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#970203 (or 0x970203) is known color: Sangria. HEX triplet: 97, 02 and 03. RGB value is (151,2,3). Sum of RGB (Red+Green+Blue) = 151+2+3=156 (20% of max value = 765). Red value is 151 (59.38% from 255 or 96.79% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 151 - color contains mainly: red. Hex color #970203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970203 is #68FDFC. Grayscale: #2E2E2E. Windows color (decimal): -6880765 or 197271. OLE color: 197271.

HSL color Cylindrical-coordinate representation of color #970203: hue angle of 359.6º degrees, saturation: 0.97, 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 #970203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 2 3 -
CMYK 0 0.99 0.98 0.41
HSL 359.6º 0.97% 0.3% -
HSV(B) 359.6º 0.99% 0.59% -
XYZ 12.8 6.63 0.69 -
YUV 46.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 151 2 3 0 0.99 0.98 0.41 359.6 0.97 0.3
Hex 97 2 3 0 63 62 29 168 61 1E
Octal 227 2 3 0 143 142 51 550 141 36
Binary 10010111 10 11 0 1100011 1100010 101001 101101000 1100001 11110

Color Harmonies of #970203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970203

Black with #970203

Text Example


Text Example

White with #970203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970203; }

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

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

background-color css

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

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

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

border-color css

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

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

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