Html Css Color HEX #650123 Burgundy

📋 copy color: '#650123'

red 101 ◦ green 1 ◦ blue 35

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

Shades of Burgundy #650123

Tints of Burgundy #650123

RGB

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

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

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

R = 73.72%
G = 0.73%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#650123 (or 0x650123) is known color: Burgundy. HEX triplet: 65, 01 and 23. RGB value is (101,1,35). Sum of RGB (Red+Green+Blue) = 101+1+35=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #650123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650123 is #9AFEDC. Grayscale: #222222. Windows color (decimal): -10157789 or 2294117. OLE color: 2294117.

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

Color convert

RGB 101 1 35 -
CMYK 0 0.99 0.65 0.60
HSL 339.6º 0.98% 0.2% -
HSV(B) 339.6º 0.99% 0.4% -
XYZ 5.68 2.91 1.85 -
YUV 34.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 101 1 35 0 0.99 0.65 0.60 339.6 0.98 0.2
Hex 65 1 23 0 63 41 3C 154 62 14
Octal 145 1 43 0 143 101 74 524 142 24
Binary 1100101 1 100011 0 1100011 1000001 111100 101010100 1100010 10100

Color Harmonies of #650123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650123

Black with #650123

Text Example


Text Example

White with #650123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650123; }

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

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

background-color css

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

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

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

border-color css

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

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

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