Html Css Color HEX #620005 Burgundy

📋 copy color: '#620005'

red 98 ◦ green 0 ◦ blue 5

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

Shades of Burgundy #620005

Tints of Burgundy #620005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.85%

R = 95.15%
G = 0%
B = 4.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#620005 (or 0x620005) is known color: Burgundy. HEX triplet: 62, 00 and 05. RGB value is (98,0,5). Sum of RGB (Red+Green+Blue) = 98+0+5=103 (13% of max value = 765). Red value is 98 (38.67% from 255 or 95.15% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 98 - color contains mainly: red. Hex color #620005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620005 is #9DFFFA. Grayscale: #1D1D1D. Windows color (decimal): -10354683 or 327778. OLE color: 327778.

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

Color convert

RGB 98 0 5 -
CMYK 0 1 0.95 0.62
HSL 356.94º 1% 0.19% -
HSV(B) 356.94º 1% 0.38% -
XYZ 5.06 2.61 0.38 -
YUV 29.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 98 0 5 0 1 0.95 0.62 356.94 1 0.19
Hex 62 0 5 0 64 5F 3E 165 64 13
Octal 142 0 5 0 144 137 76 545 144 23
Binary 1100010 0 101 0 1100100 1011111 111110 101100101 1100100 10011

Color Harmonies of #620005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620005

Black with #620005

Text Example


Text Example

White with #620005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620005; }

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

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

background-color css

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

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

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

border-color css

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

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

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