Html Css Color HEX #970509 Sangria

📋 copy color: '#970509'

red 151 ◦ green 5 ◦ blue 9

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

Shades of Sangria #970509

Tints of Sangria #970509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 91.52%
G = 3.03%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#970509 (or 0x970509) is known color: Sangria. HEX triplet: 97, 05 and 09. RGB value is (151,5,9). Sum of RGB (Red+Green+Blue) = 151+5+9=165 (21% of max value = 765). Red value is 151 (59.38% from 255 or 91.52% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 151 - color contains mainly: red. Hex color #970509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970509 is #68FAF6. Grayscale: #313131. Windows color (decimal): -6879991 or 591255. OLE color: 591255.

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

Color convert

RGB 151 5 9 -
CMYK 0 0.97 0.94 0.41
HSL 358.36º 0.94% 0.31% -
HSV(B) 358.36º 0.97% 0.59% -
XYZ 12.87 6.71 0.88 -
YUV 49.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 151 5 9 0 0.97 0.94 0.41 358.36 0.94 0.31
Hex 97 5 9 0 61 5E 29 166 5E 1F
Octal 227 5 11 0 141 136 51 546 136 37
Binary 10010111 101 1001 0 1100001 1011110 101001 101100110 1011110 11111

Color Harmonies of #970509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970509

Black with #970509

Text Example


Text Example

White with #970509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970509; }

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

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

background-color css

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

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

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

border-color css

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

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

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