Html Css Color HEX #650214 Burgundy

📋 copy color: '#650214'

red 101 ◦ green 2 ◦ blue 20

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

Shades of Burgundy #650214

Tints of Burgundy #650214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 82.11%
G = 1.63%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#650214 (or 0x650214) is known color: Burgundy. HEX triplet: 65, 02 and 14. RGB value is (101,2,20). Sum of RGB (Red+Green+Blue) = 101+2+20=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #650214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650214 is #9AFDEB. Grayscale: #212121. Windows color (decimal): -10157548 or 1311333. OLE color: 1311333.

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

Color convert

RGB 101 2 20 -
CMYK 0 0.98 0.80 0.60
HSL 349.09º 0.96% 0.2% -
HSV(B) 349.09º 0.98% 0.4% -
XYZ 5.51 2.86 0.92 -
YUV 33.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 101 2 20 0 0.98 0.80 0.60 349.09 0.96 0.2
Hex 65 2 14 0 62 50 3C 15D 60 14
Octal 145 2 24 0 142 120 74 535 140 24
Binary 1100101 10 10100 0 1100010 1010000 111100 101011101 1100000 10100

Color Harmonies of #650214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650214

Black with #650214

Text Example


Text Example

White with #650214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650214; }

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

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

background-color css

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

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

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

border-color css

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

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

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