Html Css Color HEX #620021 Burgundy

📋 copy color: '#620021'

red 98 ◦ green 0 ◦ blue 33

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

Shades of Burgundy #620021

Tints of Burgundy #620021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25.19%

R = 74.81%
G = 0%
B = 25.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#620021 (or 0x620021) is known color: Burgundy. HEX triplet: 62, 00 and 21. RGB value is (98,0,33). Sum of RGB (Red+Green+Blue) = 98+0+33=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #620021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620021 is #9DFFDE. Grayscale: #212121. Windows color (decimal): -10354655 or 2162786. OLE color: 2162786.

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

Color convert

RGB 98 0 33 -
CMYK 0 1 0.66 0.62
HSL 339.8º 1% 0.19% -
HSV(B) 339.8º 1% 0.38% -
XYZ 5.31 2.71 1.68 -
YUV 33.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 98 0 33 0 1 0.66 0.62 339.8 1 0.19
Hex 62 0 21 0 64 42 3E 154 64 13
Octal 142 0 41 0 144 102 76 524 144 23
Binary 1100010 0 100001 0 1100100 1000010 111110 101010100 1100100 10011

Color Harmonies of #620021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620021

Black with #620021

Text Example


Text Example

White with #620021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620021; }

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

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

background-color css

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

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

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

border-color css

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

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

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