Html Css Color HEX #65021C Burgundy

📋 copy color: '#65021C'

red 101 ◦ green 2 ◦ blue 28

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

Shades of Burgundy #65021C

Tints of Burgundy #65021C

RGB

 RED value IS 101 (39.84% from 255) = 77.1%

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 77.1%
G = 1.53%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#65021C (or 0x65021C) is known color: Burgundy. HEX triplet: 65, 02 and 1C. RGB value is (101,2,28). Sum of RGB (Red+Green+Blue) = 101+2+28=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #65021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65021C is #9AFDE3. Grayscale: #222222. Windows color (decimal): -10157540 or 1835621. OLE color: 1835621.

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

Color convert

RGB 101 2 28 -
CMYK 0 0.98 0.72 0.60
HSL 344.24º 0.96% 0.2% -
HSV(B) 344.24º 0.98% 0.4% -
XYZ 5.6 2.89 1.36 -
YUV 34.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 101 2 28 0 0.98 0.72 0.60 344.24 0.96 0.2
Hex 65 2 1C 0 62 48 3C 158 60 14
Octal 145 2 34 0 142 110 74 530 140 24
Binary 1100101 10 11100 0 1100010 1001000 111100 101011000 1100000 10100

Color Harmonies of #65021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65021C

Black with #65021C

Text Example


Text Example

White with #65021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65021C;
 }
 .AnyTagClassName
 {
   color: #65021C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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