Html Css Color HEX #650102 Burgundy

📋 copy color: '#650102'

red 101 ◦ green 1 ◦ blue 2

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

Shades of Burgundy #650102

Tints of Burgundy #650102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

 BLUE value IS 2 (1.17% from 255) = 1.92%

R = 97.12%
G = 0.96%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#650102 (or 0x650102) is known color: Burgundy. HEX triplet: 65, 01 and 02. RGB value is (101,1,2). Sum of RGB (Red+Green+Blue) = 101+1+2=104 (13% of max value = 765). Red value is 101 (39.84% from 255 or 97.12% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 101 - color contains mainly: red. Hex color #650102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650102 is #9AFEFD. Grayscale: #1F1F1F. Windows color (decimal): -10157822 or 131429. OLE color: 131429.

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

Color convert

RGB 101 1 2 -
CMYK 0 0.99 0.98 0.60
HSL 359.4º 0.98% 0.2% -
HSV(B) 359.4º 0.99% 0.4% -
XYZ 5.39 2.79 0.31 -
YUV 31.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 101 1 2 0 0.99 0.98 0.60 359.4 0.98 0.2
Hex 65 1 2 0 63 62 3C 167 62 14
Octal 145 1 2 0 143 142 74 547 142 24
Binary 1100101 1 10 0 1100011 1100010 111100 101100111 1100010 10100

Color Harmonies of #650102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650102

Black with #650102

Text Example


Text Example

White with #650102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650102; }

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

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

background-color css

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

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

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

border-color css

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

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

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