#74002B

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

Shades of Burgundy #74002B

Tints of Burgundy #74002B

Color information

#74002B (or 0x74002B) is unknown color: approx Burgundy. HEX triplet: 74, 00 and 2B. RGB value is (116,0,43). Sum of RGB (Red+Green+Blue) = 116+0+43=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #74002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74002B is #8BFFD4. Grayscale: #272727. Windows color (decimal): -9174997 or 2818164. OLE color: 2818164.

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

Color convert

RGB116043-
CMYK010.630.55
HSL337.76º100%22.75%-
HSV(B)337.76º100%45.49%-
XYZ7.643.892.63-
YUV39.59129.93182.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=72.96%
G=0%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116043010.630.55337.7610022.75
Hex7402B0643F371526417
Octal1640530144776752214427
Binary1110100010101101100100111111110111101010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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