Html Css Color HEX #970239 Burgundy

📋 copy color: '#970239'

red 151 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #970239

Tints of Burgundy #970239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.14%

R = 71.9%
G = 0.95%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#970239 (or 0x970239) is known color: Burgundy. HEX triplet: 97, 02 and 39. RGB value is (151,2,57). Sum of RGB (Red+Green+Blue) = 151+2+57=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #970239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970239 is #68FDC6. Grayscale: #343434. Windows color (decimal): -6880711 or 3736215. OLE color: 3736215.

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

Color convert

RGB 151 2 57 -
CMYK 0 0.99 0.62 0.41
HSL 337.85º 0.97% 0.3% -
HSV(B) 337.85º 0.99% 0.59% -
XYZ 13.52 6.92 4.49 -
YUV 52.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 151 2 57 0 0.99 0.62 0.41 337.85 0.97 0.3
Hex 97 2 39 0 63 3E 29 152 61 1E
Octal 227 2 71 0 143 76 51 522 141 36
Binary 10010111 10 111001 0 1100011 111110 101001 101010010 1100001 11110

Color Harmonies of #970239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970239

Black with #970239

Text Example


Text Example

White with #970239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970239; }

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

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

background-color css

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

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

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

border-color css

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

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

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