#97023A

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

Shades of Burgundy #97023A

Tints of Burgundy #97023A

Color information

#97023A (or 0x97023A) is unknown color: approx Burgundy. HEX triplet: 97, 02 and 3A. RGB value is (151,2,58). Sum of RGB (Red+Green+Blue) = 151+2+58=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #97023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97023A is #68FDC5. Grayscale: #343434. Windows color (decimal): -6880710 or 3801751. OLE color: 3801751.

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

Color convert

RGB151258-
CMYK00.990.620.41
HSL337.45º97.39%30%-
HSV(B)337.45º98.68%59.22%-
XYZ13.556.934.63-
YUV52.94130.86197.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.56%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=71.56%
G=0.95%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15125800.990.620.41337.4597.3930
Hex9723A0633E29151611e
Octal2272720143765152114136
Binary100101111011101001100011111110101001101010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97023A; }

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

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

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

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

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

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

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

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