#65020A

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

Shades of Burgundy #65020A

Tints of Burgundy #65020A

Color information

#65020A (or 0x65020A) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 0A. RGB value is (101,2,10). Sum of RGB (Red+Green+Blue) = 101+2+10=113 (14% of max value = 765). Red value is 101 (39.84% from 255 or 89.38% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 101 - color contains mainly: red. Hex color #65020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65020A is #9AFDF5. Grayscale: #202020. Windows color (decimal): -10157558 or 655973. OLE color: 655973.

HSL color Cylindrical-coordinate representation of color #65020A: hue angle of 355.15º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65020A is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB101210-
CMYK00.980.900.60
HSL355.15º96.12%20.2%-
HSV(B)355.15º98.02%39.61%-
XYZ5.442.830.55-
YUV32.51115.3176.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 89.38%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=89.38%
G=1.77%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10121000.980.900.60355.1596.1220.2
Hex652A0625A3C1636014
Octal14521201421327454314024
Binary1100101101010011000101011010111100101100011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,2,10); }

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

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

 a { background-color: rgb(101,2,10); }

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

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

 span { border-color: rgb(101,2,10); }

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