#69051C

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

Shades of Burgundy #69051C

Tints of Burgundy #69051C

Color information

#69051C (or 0x69051C) is unknown color: approx Burgundy. HEX triplet: 69, 05 and 1C. RGB value is (105,5,28). Sum of RGB (Red+Green+Blue) = 105+5+28=138 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.09% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 105 - color contains mainly: red. Hex color #69051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69051C is #96FAE3. Grayscale: #252525. Windows color (decimal): -9894628 or 1836393. OLE color: 1836393.

HSL color Cylindrical-coordinate representation of color #69051C: hue angle of 346.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69051C is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB105528-
CMYK00.950.730.59
HSL346.2º90.91%21.57%-
HSV(B)346.2º95.24%41.18%-
XYZ6.093.21.39-
YUV37.52122.63176.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 76.09%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=76.09%
G=3.62%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10552800.950.730.59346.290.9121.57
Hex6951C05F493B15a5b16
Octal15153401371117353213326
Binary110100110111100010111111001001111011101011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69051C; }

 p { color: rgb(105,5,28); }

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

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

 a { background-color: rgb(105,5,28); }

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

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

 span { border-color: rgb(105,5,28); }

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