Html Css Color HEX #610015 Burgundy

📋 copy color: '#610015'

red 97 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #610015

Tints of Burgundy #610015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.8%

R = 82.2%
G = 0%
B = 17.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#610015 (or 0x610015) is known color: Burgundy. HEX triplet: 61, 00 and 15. RGB value is (97,0,21). Sum of RGB (Red+Green+Blue) = 97+0+21=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #610015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610015 is #9EFFEA. Grayscale: #1F1F1F. Windows color (decimal): -10420203 or 1376353. OLE color: 1376353.

HSL color Cylindrical-coordinate representation of color #610015: hue angle of 347.01º 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 #610015 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 21 -
CMYK 0 1 0.78 0.62
HSL 347.01º 1% 0.19% -
HSV(B) 347.01º 1% 0.38% -
XYZ 5.07 2.6 0.94 -
YUV 31.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 97 0 21 0 1 0.78 0.62 347.01 1 0.19
Hex 61 0 15 0 64 4E 3E 15B 64 13
Octal 141 0 25 0 144 116 76 533 144 23
Binary 1100001 0 10101 0 1100100 1001110 111110 101011011 1100100 10011

Color Harmonies of #610015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610015

Black with #610015

Text Example


Text Example

White with #610015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610015; }

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

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

background-color css

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

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

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

border-color css

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

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

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