Html Css Color HEX #65021A Burgundy

📋 copy color: '#65021A'

red 101 ◦ green 2 ◦ blue 26

#65021A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #65021A

Tints of Burgundy #65021A

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 value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#65021A (or 0x65021A) is known color: 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

RGB 101 2 26 -
CMYK 0 0.98 0.74 0.60
HSL 345.45º 0.96% 0.2% -
HSV(B) 345.45º 0.98% 0.4% -
XYZ 5.57 2.88 1.24 -
YUV 34.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 101 2 26 0 0.98 0.74 0.60 345.45 0.96 0.2
Hex 65 2 1A 0 62 4A 3C 159 60 14
Octal 145 2 32 0 142 112 74 531 140 24
Binary 1100101 10 11010 0 1100010 1001010 111100 101011001 1100000 10100

Color Harmonies of #65021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65021A

Black with #65021A

Text Example


Text Example

White with #65021A

Text Example


Text Example

HTML Codes & Css Web 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>