Html Css Color HEX #650125 Burgundy

📋 copy color: '#650125'

red 101 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #650125

Tints of Burgundy #650125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 72.66%
G = 0.72%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#650125 (or 0x650125) is known color: Burgundy. HEX triplet: 65, 01 and 25. RGB value is (101,1,37). Sum of RGB (Red+Green+Blue) = 101+1+37=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #650125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650125 is #9AFEDA. Grayscale: #222222. Windows color (decimal): -10157787 or 2425189. OLE color: 2425189.

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

Color convert

RGB 101 1 37 -
CMYK 0 0.99 0.63 0.60
HSL 338.4º 0.98% 0.2% -
HSV(B) 338.4º 0.99% 0.4% -
XYZ 5.71 2.92 2.01 -
YUV 35 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 101 1 37 0 0.99 0.63 0.60 338.4 0.98 0.2
Hex 65 1 25 0 63 3F 3C 152 62 14
Octal 145 1 45 0 143 77 74 522 142 24
Binary 1100101 1 100101 0 1100011 111111 111100 101010010 1100010 10100

Color Harmonies of #650125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650125

Black with #650125

Text Example


Text Example

White with #650125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650125; }

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

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

background-color css

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

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

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

border-color css

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

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

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