#69051A

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

Shades of Burgundy #69051A

Tints of Burgundy #69051A

Color information

#69051A (or 0x69051A) is unknown color: approx Burgundy. HEX triplet: 69, 05 and 1A. RGB value is (105,5,26). Sum of RGB (Red+Green+Blue) = 105+5+26=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #69051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69051A is #96FAE5. Grayscale: #252525. Windows color (decimal): -9894630 or 1705321. OLE color: 1705321.

HSL color Cylindrical-coordinate representation of color #69051A: hue angle of 347.4º 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 #69051A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB105526-
CMYK00.950.750.59
HSL347.4º90.91%21.57%-
HSV(B)347.4º95.24%41.18%-
XYZ6.073.191.27-
YUV37.29121.63176.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 77.21%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=77.21%
G=3.68%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10552600.950.750.59347.490.9121.57
Hex6951A05F4B3B15b5b16
Octal15153201371137353313326
Binary110100110111010010111111001011111011101011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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