#62001E

Color #62001E Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #62001E

Tints of Burgundy #62001E

Color information

#62001E (or 0x62001E) is unknown color: approx Burgundy. HEX triplet: 62, 00 and 1E. RGB value is (98,0,30). Sum of RGB (Red+Green+Blue) = 98+0+30=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #62001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62001E is #9DFFE1. Grayscale: #202020. Windows color (decimal): -10354658 or 1966178. OLE color: 1966178.

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

Color convert

RGB98030-
CMYK010.690.62
HSL341.63º100%19.22%-
HSV(B)341.63º100%38.43%-
XYZ5.272.691.47-
YUV32.72126.47174.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 76.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=76.56%
G=0%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98030010.690.62341.6310019.22
Hex6201E064453E1566413
Octal14203601441057652614423
Binary1100010011110011001001000101111110101010110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62001E;
 }
 .AnyTagClassName
 {
   color: #62001E;
 }
</style>
background-color css

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

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

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

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

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

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