Html Css Color HEX #650215 Burgundy

📋 copy color: '#650215'

red 101 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #650215

Tints of Burgundy #650215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.94%

R = 81.45%
G = 1.61%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#650215 (or 0x650215) is known color: Burgundy. HEX triplet: 65, 02 and 15. RGB value is (101,2,21). Sum of RGB (Red+Green+Blue) = 101+2+21=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #650215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650215 is #9AFDEA. Grayscale: #212121. Windows color (decimal): -10157547 or 1376869. OLE color: 1376869.

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

Color convert

RGB 101 2 21 -
CMYK 0 0.98 0.79 0.60
HSL 348.48º 0.96% 0.2% -
HSV(B) 348.48º 0.98% 0.4% -
XYZ 5.52 2.86 0.97 -
YUV 33.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 101 2 21 0 0.98 0.79 0.60 348.48 0.96 0.2
Hex 65 2 15 0 62 4F 3C 15C 60 14
Octal 145 2 25 0 142 117 74 534 140 24
Binary 1100101 10 10101 0 1100010 1001111 111100 101011100 1100000 10100

Color Harmonies of #650215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650215

Black with #650215

Text Example


Text Example

White with #650215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650215; }

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

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

background-color css

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

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

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

border-color css

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

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

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