#74022B

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

Shades of Burgundy #74022B

Tints of Burgundy #74022B

Color information

#74022B (or 0x74022B) is unknown color: approx Burgundy. HEX triplet: 74, 02 and 2B. RGB value is (116,2,43). Sum of RGB (Red+Green+Blue) = 116+2+43=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #74022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74022B is #8BFDD4. Grayscale: #282828. Windows color (decimal): -9174485 or 2818676. OLE color: 2818676.

HSL color Cylindrical-coordinate representation of color #74022B: hue angle of 338.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74022B is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB116243-
CMYK00.980.630.55
HSL338.42º96.61%23.14%-
HSV(B)338.42º98.28%45.49%-
XYZ7.663.932.64-
YUV40.76129.27181.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.05%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=72.05%
G=1.24%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11624300.980.630.55338.4296.6123.14
Hex7422B0623F371526117
Octal1642530142776752214127
Binary11101001010101101100010111111110111101010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74022B; }

 p { color: rgb(116,2,43); }

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

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

 a { background-color: rgb(116,2,43); }

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

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

 span { border-color: rgb(116,2,43); }

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