Html Css Color HEX #650204 Burgundy

📋 copy color: '#650204'

red 101 ◦ green 2 ◦ blue 4

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

Shades of Burgundy #650204

Tints of Burgundy #650204

RGB

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

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

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

R = 94.39%
G = 1.87%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#650204 (or 0x650204) is known color: Burgundy. HEX triplet: 65, 02 and 04. RGB value is (101,2,4). Sum of RGB (Red+Green+Blue) = 101+2+4=107 (14% of max value = 765). Red value is 101 (39.84% from 255 or 94.39% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 101 - color contains mainly: red. Hex color #650204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650204 is #9AFDFB. Grayscale: #1F1F1F. Windows color (decimal): -10157564 or 262757. OLE color: 262757.

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

Color convert

RGB 101 2 4 -
CMYK 0 0.98 0.96 0.60
HSL 358.79º 0.96% 0.2% -
HSV(B) 358.79º 0.98% 0.4% -
XYZ 5.41 2.82 0.37 -
YUV 31.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 101 2 4 0 0.98 0.96 0.60 358.79 0.96 0.2
Hex 65 2 4 0 62 60 3C 167 60 14
Octal 145 2 4 0 142 140 74 547 140 24
Binary 1100101 10 100 0 1100010 1100000 111100 101100111 1100000 10100

Color Harmonies of #650204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650204

Black with #650204

Text Example


Text Example

White with #650204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650204; }

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

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

background-color css

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

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

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

border-color css

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

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

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