Html Css Color HEX #650324 Burgundy

📋 copy color: '#650324'

red 101 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #650324

Tints of Burgundy #650324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 72.14%
G = 2.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#650324 (or 0x650324) is known color: Burgundy. HEX triplet: 65, 03 and 24. RGB value is (101,3,36). Sum of RGB (Red+Green+Blue) = 101+3+36=140 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.14% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 101 - color contains mainly: red. Hex color #650324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650324 is #9AFCDB. Grayscale: #242424. Windows color (decimal): -10157276 or 2360165. OLE color: 2360165.

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

Color convert

RGB 101 3 36 -
CMYK 0 0.97 0.64 0.60
HSL 339.8º 0.94% 0.2% -
HSV(B) 339.8º 0.97% 0.4% -
XYZ 5.72 2.96 1.94 -
YUV 36.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 101 3 36 0 0.97 0.64 0.60 339.8 0.94 0.2
Hex 65 3 24 0 61 40 3C 154 5E 14
Octal 145 3 44 0 141 100 74 524 136 24
Binary 1100101 11 100100 0 1100001 1000000 111100 101010100 1011110 10100

Color Harmonies of #650324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650324

Black with #650324

Text Example


Text Example

White with #650324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650324; }

 p { color: rgb(101,3,36); }

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

background-color css

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

 a { background-color: rgb(101,3,36); }

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

border-color css

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

 span { border-color: rgb(101,3,36); }

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