Html Css Color HEX #61000D Burgundy

📋 copy color: '#61000D'

red 97 ◦ green 0 ◦ blue 13

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

Shades of Burgundy #61000D

Tints of Burgundy #61000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 88.18%
G = 0%
B = 11.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61000D (or 0x61000D) is known color: Burgundy. HEX triplet: 61, 00 and 0D. RGB value is (97,0,13). Sum of RGB (Red+Green+Blue) = 97+0+13=110 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.18% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 97 - color contains mainly: red. Hex color #61000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61000D is #9EFFF2. Grayscale: #1E1E1E. Windows color (decimal): -10420211 or 852065. OLE color: 852065.

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

Color convert

RGB 97 0 13 -
CMYK 0 1 0.87 0.62
HSL 351.96º 1% 0.19% -
HSV(B) 351.96º 1% 0.38% -
XYZ 5 2.57 0.61 -
YUV 30.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 97 0 13 0 1 0.87 0.62 351.96 1 0.19
Hex 61 0 D 0 64 57 3E 160 64 13
Octal 141 0 15 0 144 127 76 540 144 23
Binary 1100001 0 1101 0 1100100 1010111 111110 101100000 1100100 10011

Color Harmonies of #61000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61000D

Black with #61000D

Text Example


Text Example

White with #61000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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