Html Css Color HEX #65021D Burgundy

📋 copy color: '#65021D'

red 101 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #65021D

Tints of Burgundy #65021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.97%

R = 76.52%
G = 1.52%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#65021D (or 0x65021D) is known color: Burgundy. HEX triplet: 65, 02 and 1D. RGB value is (101,2,29). Sum of RGB (Red+Green+Blue) = 101+2+29=132 (17% of max value = 765). Red value is 101 (39.84% from 255 or 76.52% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 101 - color contains mainly: red. Hex color #65021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65021D is #9AFDE2. Grayscale: #222222. Windows color (decimal): -10157539 or 1901157. OLE color: 1901157.

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

Color convert

RGB 101 2 29 -
CMYK 0 0.98 0.71 0.60
HSL 343.64º 0.96% 0.2% -
HSV(B) 343.64º 0.98% 0.4% -
XYZ 5.61 2.9 1.43 -
YUV 34.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 101 2 29 0 0.98 0.71 0.60 343.64 0.96 0.2
Hex 65 2 1D 0 62 47 3C 158 60 14
Octal 145 2 35 0 142 107 74 530 140 24
Binary 1100101 10 11101 0 1100010 1000111 111100 101011000 1100000 10100

Color Harmonies of #65021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65021D

Black with #65021D

Text Example


Text Example

White with #65021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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