Html Css Color HEX #650420 Burgundy

📋 copy color: '#650420'

red 101 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #650420

Tints of Burgundy #650420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 73.72%
G = 2.92%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#650420 (or 0x650420) is known color: Burgundy. HEX triplet: 65, 04 and 20. RGB value is (101,4,32). Sum of RGB (Red+Green+Blue) = 101+4+32=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #650420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650420 is #9AFBDF. Grayscale: #242424. Windows color (decimal): -10157024 or 2098277. OLE color: 2098277.

HSL color Cylindrical-coordinate representation of color #650420: hue angle of 342.68º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650420 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 4 32 -
CMYK 0 0.96 0.68 0.60
HSL 342.68º 0.92% 0.21% -
HSV(B) 342.68º 0.96% 0.4% -
XYZ 5.67 2.96 1.64 -
YUV 36.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 101 4 32 0 0.96 0.68 0.60 342.68 0.92 0.21
Hex 65 4 20 0 60 44 3C 157 5C 15
Octal 145 4 40 0 140 104 74 527 134 25
Binary 1100101 100 100000 0 1100000 1000100 111100 101010111 1011100 10101

Color Harmonies of #650420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650420

Black with #650420

Text Example


Text Example

White with #650420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650420; }

 p { color: rgb(101,4,32); }

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

background-color css

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

 a { background-color: rgb(101,4,32); }

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

border-color css

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

 span { border-color: rgb(101,4,32); }

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