Html Css Color HEX #650104 Burgundy

📋 copy color: '#650104'

red 101 ◦ green 1 ◦ blue 4

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

Shades of Burgundy #650104

Tints of Burgundy #650104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 95.28%
G = 0.94%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#650104 (or 0x650104) is known color: Burgundy. HEX triplet: 65, 01 and 04. RGB value is (101,1,4). Sum of RGB (Red+Green+Blue) = 101+1+4=106 (14% of max value = 765). Red value is 101 (39.84% from 255 or 95.28% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 101 - color contains mainly: red. Hex color #650104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650104 is #9AFEFB. Grayscale: #1F1F1F. Windows color (decimal): -10157820 or 262501. OLE color: 262501.

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

Color convert

RGB 101 1 4 -
CMYK 0 0.99 0.96 0.60
HSL 358.2º 0.98% 0.2% -
HSV(B) 358.2º 0.99% 0.4% -
XYZ 5.4 2.8 0.37 -
YUV 31.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 101 1 4 0 0.99 0.96 0.60 358.2 0.98 0.2
Hex 65 1 4 0 63 60 3C 166 62 14
Octal 145 1 4 0 143 140 74 546 142 24
Binary 1100101 1 100 0 1100011 1100000 111100 101100110 1100010 10100

Color Harmonies of #650104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650104

Black with #650104

Text Example


Text Example

White with #650104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650104; }

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

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

background-color css

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

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

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

border-color css

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

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

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