Html Css Color HEX #61011D Burgundy

📋 copy color: '#61011D'

red 97 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #61011D

Tints of Burgundy #61011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 76.38%
G = 0.79%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61011D (or 0x61011D) is known color: Burgundy. HEX triplet: 61, 01 and 1D. RGB value is (97,1,29). Sum of RGB (Red+Green+Blue) = 97+1+29=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #61011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61011D is #9EFEE2. Grayscale: #202020. Windows color (decimal): -10419939 or 1900897. OLE color: 1900897.

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

Color convert

RGB 97 1 29 -
CMYK 0 0.99 0.70 0.62
HSL 342.5º 0.98% 0.19% -
HSV(B) 342.5º 0.99% 0.38% -
XYZ 5.16 2.65 1.4 -
YUV 32.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 97 1 29 0 0.99 0.70 0.62 342.5 0.98 0.19
Hex 61 1 1D 0 63 46 3E 156 62 13
Octal 141 1 35 0 143 106 76 526 142 23
Binary 1100001 1 11101 0 1100011 1000110 111110 101010110 1100010 10011

Color Harmonies of #61011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61011D

Black with #61011D

Text Example


Text Example

White with #61011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61011D; }

 p { color: rgb(97,1,29); }

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

background-color css

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

 a { background-color: rgb(97,1,29); }

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

border-color css

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

 span { border-color: rgb(97,1,29); }

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