#65021A

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

Shades of Burgundy #65021A

Tints of Burgundy #65021A

Color information

#65021A (or 0x65021A) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 1A. RGB value is (101,2,26). Sum of RGB (Red+Green+Blue) = 101+2+26=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #65021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65021A is #9AFDE5. Grayscale: #222222. Windows color (decimal): -10157542 or 1704549. OLE color: 1704549.

HSL color Cylindrical-coordinate representation of color #65021A: hue angle of 345.45º 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 #65021A is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB101226-
CMYK00.980.740.60
HSL345.45º96.12%20.2%-
HSV(B)345.45º98.02%39.61%-
XYZ5.572.881.24-
YUV34.34123.3175.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.29%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=78.29%
G=1.55%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10122600.980.740.60345.4596.1220.2
Hex6521A0624A3C1596014
Octal14523201421127453114024
Binary11001011011010011000101001010111100101011001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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