#74092B

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

Shades of Burgundy #74092B

Tints of Burgundy #74092B

Color information

#74092B (or 0x74092B) is unknown color: approx Burgundy. HEX triplet: 74, 09 and 2B. RGB value is (116,9,43). Sum of RGB (Red+Green+Blue) = 116+9+43=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74092B is #8BF6D4. Grayscale: #2C2C2C. Windows color (decimal): -9172693 or 2820468. OLE color: 2820468.

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

Color convert

RGB116943-
CMYK00.920.630.55
HSL340.93º85.6%24.51%-
HSV(B)340.93º92.24%45.49%-
XYZ7.744.082.67-
YUV44.87126.95178.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=69.05%
G=5.36%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11694300.920.630.55340.9385.624.51
Hex7492B05C3F371555619
Octal16411530134776752512631
Binary1110100100110101101011100111111110111101010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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