Html Css Color HEX #610010 Burgundy

📋 copy color: '#610010'

red 97 ◦ green 0 ◦ blue 16

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

Shades of Burgundy #610010

Tints of Burgundy #610010

RGB

 RED value IS 97 (38.28% from 255) = 85.84%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 85.84%
G = 0%
B = 14.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#610010 (or 0x610010) is known color: Burgundy. HEX triplet: 61, 00 and 10. RGB value is (97,0,16). Sum of RGB (Red+Green+Blue) = 97+0+16=113 (14% of max value = 765). Red value is 97 (38.28% from 255 or 85.84% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 97 - color contains mainly: red. Hex color #610010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610010 is #9EFFEF. Grayscale: #1E1E1E. Windows color (decimal): -10420208 or 1048673. OLE color: 1048673.

HSL color Cylindrical-coordinate representation of color #610010: hue angle of 350.1º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610010 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 16 -
CMYK 0 1 0.84 0.62
HSL 350.1º 1% 0.19% -
HSV(B) 350.1º 1% 0.38% -
XYZ 5.02 2.58 0.72 -
YUV 30.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 97 0 16 0 1 0.84 0.62 350.1 1 0.19
Hex 61 0 10 0 64 54 3E 15E 64 13
Octal 141 0 20 0 144 124 76 536 144 23
Binary 1100001 0 10000 0 1100100 1010100 111110 101011110 1100100 10011

Color Harmonies of #610010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610010

Black with #610010

Text Example


Text Example

White with #610010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610010; }

 p { color: rgb(97,0,16); }

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

background-color css

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

 a { background-color: rgb(97,0,16); }

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

border-color css

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

 span { border-color: rgb(97,0,16); }

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