Html Css Color HEX #610020 Burgundy

📋 copy color: '#610020'

red 97 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #610020

Tints of Burgundy #610020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.81%

R = 75.19%
G = 0%
B = 24.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#610020 (or 0x610020) is known color: Burgundy. HEX triplet: 61, 00 and 20. RGB value is (97,0,32). Sum of RGB (Red+Green+Blue) = 97+0+32=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #610020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610020 is #9EFFDF. Grayscale: #202020. Windows color (decimal): -10420192 or 2097249. OLE color: 2097249.

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

Color convert

RGB 97 0 32 -
CMYK 0 1 0.67 0.62
HSL 340.21º 1% 0.19% -
HSV(B) 340.21º 1% 0.38% -
XYZ 5.19 2.65 1.6 -
YUV 32.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 97 0 32 0 1 0.67 0.62 340.21 1 0.19
Hex 61 0 20 0 64 43 3E 154 64 13
Octal 141 0 40 0 144 103 76 524 144 23
Binary 1100001 0 100000 0 1100100 1000011 111110 101010100 1100100 10011

Color Harmonies of #610020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610020

Black with #610020

Text Example


Text Example

White with #610020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610020; }

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

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

background-color css

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

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

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

border-color css

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

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

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