Html Css Color HEX #970309 Sangria

📋 copy color: '#970309'

red 151 ◦ green 3 ◦ blue 9

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

Shades of Sangria #970309

Tints of Sangria #970309

RGB

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

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

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

R = 92.64%
G = 1.84%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#970309 (or 0x970309) is known color: Sangria. HEX triplet: 97, 03 and 09. RGB value is (151,3,9). Sum of RGB (Red+Green+Blue) = 151+3+9=163 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.64% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 151 - color contains mainly: red. Hex color #970309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970309 is #68FCF6. Grayscale: #303030. Windows color (decimal): -6880503 or 590743. OLE color: 590743.

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

Color convert

RGB 151 3 9 -
CMYK 0 0.98 0.94 0.41
HSL 357.57º 0.96% 0.3% -
HSV(B) 357.57º 0.98% 0.59% -
XYZ 12.84 6.66 0.87 -
YUV 47.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 151 3 9 0 0.98 0.94 0.41 357.57 0.96 0.3
Hex 97 3 9 0 62 5E 29 166 60 1E
Octal 227 3 11 0 142 136 51 546 140 36
Binary 10010111 11 1001 0 1100010 1011110 101001 101100110 1100000 11110

Color Harmonies of #970309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970309

Black with #970309

Text Example


Text Example

White with #970309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970309; }

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

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

background-color css

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

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

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

border-color css

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

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

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