#970238

Color #970238 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #970238

Tints of Burgundy #970238

Color information

#970238 (or 0x970238) is unknown color: approx Burgundy. HEX triplet: 97, 02 and 38. RGB value is (151,2,56). Sum of RGB (Red+Green+Blue) = 151+2+56=209 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.25% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 151 - color contains mainly: red. Hex color #970238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970238 is #68FDC7. Grayscale: #343434. Windows color (decimal): -6880712 or 3670679. OLE color: 3670679.

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

Color convert

RGB151256-
CMYK00.990.630.41
HSL338.26º97.39%30%-
HSV(B)338.26º98.68%59.22%-
XYZ13.56.914.36-
YUV52.71129.86198.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 72.25%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=72.25%
G=0.96%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15125600.990.630.41338.2697.3930
Hex972380633F29152611e
Octal2272700143775152214136
Binary100101111011100001100011111111101001101010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970238; }

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

 H1.HeaderClassName
 {
   color: #970238;
 }
 .AnyTagClassName
 {
   color: #970238;
 }
</style>
background-color css

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

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

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

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

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

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