Html Css Color HEX #650323 Burgundy

📋 copy color: '#650323'

red 101 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #650323

Tints of Burgundy #650323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.18%

R = 72.66%
G = 2.16%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#650323 (or 0x650323) is known color: Burgundy. HEX triplet: 65, 03 and 23. RGB value is (101,3,35). Sum of RGB (Red+Green+Blue) = 101+3+35=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #650323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650323 is #9AFCDC. Grayscale: #232323. Windows color (decimal): -10157277 or 2294629. OLE color: 2294629.

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

Color convert

RGB 101 3 35 -
CMYK 0 0.97 0.65 0.60
HSL 340.41º 0.94% 0.2% -
HSV(B) 340.41º 0.97% 0.4% -
XYZ 5.7 2.95 1.86 -
YUV 35.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 101 3 35 0 0.97 0.65 0.60 340.41 0.94 0.2
Hex 65 3 23 0 61 41 3C 154 5E 14
Octal 145 3 43 0 141 101 74 524 136 24
Binary 1100101 11 100011 0 1100001 1000001 111100 101010100 1011110 10100

Color Harmonies of #650323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650323

Black with #650323

Text Example


Text Example

White with #650323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650323; }

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

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

background-color css

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

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

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

border-color css

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

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

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