Html Css Color HEX #650206 Burgundy

📋 copy color: '#650206'

red 101 ◦ green 2 ◦ blue 6

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

Shades of Burgundy #650206

Tints of Burgundy #650206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.5%

R = 92.66%
G = 1.83%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#650206 (or 0x650206) is known color: Burgundy. HEX triplet: 65, 02 and 06. RGB value is (101,2,6). Sum of RGB (Red+Green+Blue) = 101+2+6=109 (14% of max value = 765). Red value is 101 (39.84% from 255 or 92.66% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 101 - color contains mainly: red. Hex color #650206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650206 is #9AFDF9. Grayscale: #202020. Windows color (decimal): -10157562 or 393829. OLE color: 393829.

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

Color convert

RGB 101 2 6 -
CMYK 0 0.98 0.94 0.60
HSL 357.58º 0.96% 0.2% -
HSV(B) 357.58º 0.98% 0.4% -
XYZ 5.42 2.82 0.43 -
YUV 32.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 101 2 6 0 0.98 0.94 0.60 357.58 0.96 0.2
Hex 65 2 6 0 62 5E 3C 166 60 14
Octal 145 2 6 0 142 136 74 546 140 24
Binary 1100101 10 110 0 1100010 1011110 111100 101100110 1100000 10100

Color Harmonies of #650206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650206

Black with #650206

Text Example


Text Example

White with #650206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650206; }

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

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

background-color css

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

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

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

border-color css

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

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

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