Html Css Color HEX #650018 Burgundy

📋 copy color: '#650018'

red 101 ◦ green 0 ◦ blue 24

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

Shades of Burgundy #650018

Tints of Burgundy #650018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.8%
G = 0%
B = 19.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#650018 (or 0x650018) is known color: Burgundy. HEX triplet: 65, 00 and 18. RGB value is (101,0,24). Sum of RGB (Red+Green+Blue) = 101+0+24=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #650018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650018 is #9AFFE7. Grayscale: #202020. Windows color (decimal): -10158056 or 1572965. OLE color: 1572965.

HSL color Cylindrical-coordinate representation of color #650018: hue angle of 345.74º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650018 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 0 24 -
CMYK 0 1 0.76 0.60
HSL 345.74º 1% 0.2% -
HSV(B) 345.74º 1% 0.4% -
XYZ 5.53 2.83 1.12 -
YUV 32.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 101 0 24 0 1 0.76 0.60 345.74 1 0.2
Hex 65 0 18 0 64 4C 3C 15A 64 14
Octal 145 0 30 0 144 114 74 532 144 24
Binary 1100101 0 11000 0 1100100 1001100 111100 101011010 1100100 10100

Color Harmonies of #650018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650018

Black with #650018

Text Example


Text Example

White with #650018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650018; }

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

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

background-color css

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

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

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

border-color css

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

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

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