Html Css Color HEX #650109 Burgundy

📋 copy color: '#650109'

red 101 ◦ green 1 ◦ blue 9

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

Shades of Burgundy #650109

Tints of Burgundy #650109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.11%

R = 90.99%
G = 0.9%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#650109 (or 0x650109) is known color: Burgundy. HEX triplet: 65, 01 and 09. RGB value is (101,1,9). Sum of RGB (Red+Green+Blue) = 101+1+9=111 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.99% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 101 - color contains mainly: red. Hex color #650109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650109 is #9AFEF6. Grayscale: #1F1F1F. Windows color (decimal): -10157815 or 590181. OLE color: 590181.

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

Color convert

RGB 101 1 9 -
CMYK 0 0.99 0.91 0.60
HSL 355.2º 0.98% 0.2% -
HSV(B) 355.2º 0.99% 0.4% -
XYZ 5.43 2.81 0.51 -
YUV 31.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 101 1 9 0 0.99 0.91 0.60 355.2 0.98 0.2
Hex 65 1 9 0 63 5B 3C 163 62 14
Octal 145 1 11 0 143 133 74 543 142 24
Binary 1100101 1 1001 0 1100011 1011011 111100 101100011 1100010 10100

Color Harmonies of #650109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650109

Black with #650109

Text Example


Text Example

White with #650109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650109; }

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

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

background-color css

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

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

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

border-color css

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

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

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