Html Css Color HEX #62001D Burgundy

📋 copy color: '#62001D'

red 98 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #62001D

Tints of Burgundy #62001D

RGB

 RED value IS 98 (38.67% from 255) = 77.17%

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

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

R = 77.17%
G = 0%
B = 22.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#62001D (or 0x62001D) is known color: Burgundy. HEX triplet: 62, 00 and 1D. RGB value is (98,0,29). Sum of RGB (Red+Green+Blue) = 98+0+29=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #62001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62001D is #9DFFE2. Grayscale: #202020. Windows color (decimal): -10354659 or 1900642. OLE color: 1900642.

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

Color convert

RGB 98 0 29 -
CMYK 0 1 0.70 0.62
HSL 342.24º 1% 0.19% -
HSV(B) 342.24º 1% 0.38% -
XYZ 5.26 2.69 1.4 -
YUV 32.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 98 0 29 0 1 0.70 0.62 342.24 1 0.19
Hex 62 0 1D 0 64 46 3E 156 64 13
Octal 142 0 35 0 144 106 76 526 144 23
Binary 1100010 0 11101 0 1100100 1000110 111110 101010110 1100100 10011

Color Harmonies of #62001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62001D

Black with #62001D

Text Example


Text Example

White with #62001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,0,29); }

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

background-color css

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

 a { background-color: rgb(98,0,29); }

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

border-color css

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

 span { border-color: rgb(98,0,29); }

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