Html Css Color HEX #620022 Burgundy

📋 copy color: '#620022'

red 98 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #620022

Tints of Burgundy #620022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.76%

R = 74.24%
G = 0%
B = 25.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#620022 (or 0x620022) is known color: Burgundy. HEX triplet: 62, 00 and 22. RGB value is (98,0,34). Sum of RGB (Red+Green+Blue) = 98+0+34=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #620022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620022 is #9DFFDD. Grayscale: #212121. Windows color (decimal): -10354654 or 2228322. OLE color: 2228322.

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

Color convert

RGB 98 0 34 -
CMYK 0 1 0.65 0.62
HSL 339.18º 1% 0.19% -
HSV(B) 339.18º 1% 0.38% -
XYZ 5.33 2.71 1.76 -
YUV 33.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 98 0 34 0 1 0.65 0.62 339.18 1 0.19
Hex 62 0 22 0 64 41 3E 153 64 13
Octal 142 0 42 0 144 101 76 523 144 23
Binary 1100010 0 100010 0 1100100 1000001 111110 101010011 1100100 10011

Color Harmonies of #620022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620022

Black with #620022

Text Example


Text Example

White with #620022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620022; }

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

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

background-color css

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

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

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

border-color css

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

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

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