Html Css Color HEX #650218 Burgundy

📋 copy color: '#650218'

red 101 ◦ green 2 ◦ blue 24

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

Shades of Burgundy #650218

Tints of Burgundy #650218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 79.53%
G = 1.57%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#650218 (or 0x650218) is known color: Burgundy. HEX triplet: 65, 02 and 18. RGB value is (101,2,24). Sum of RGB (Red+Green+Blue) = 101+2+24=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #650218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650218 is #9AFDE7. Grayscale: #222222. Windows color (decimal): -10157544 or 1573477. OLE color: 1573477.

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

Color convert

RGB 101 2 24 -
CMYK 0 0.98 0.76 0.60
HSL 346.67º 0.96% 0.2% -
HSV(B) 346.67º 0.98% 0.4% -
XYZ 5.55 2.88 1.13 -
YUV 34.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 101 2 24 0 0.98 0.76 0.60 346.67 0.96 0.2
Hex 65 2 18 0 62 4C 3C 15B 60 14
Octal 145 2 30 0 142 114 74 533 140 24
Binary 1100101 10 11000 0 1100010 1001100 111100 101011011 1100000 10100

Color Harmonies of #650218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650218

Black with #650218

Text Example


Text Example

White with #650218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650218; }

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

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

background-color css

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

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

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

border-color css

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

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

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