Html Css Color HEX #620223 Burgundy

📋 copy color: '#620223'

red 98 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #620223

Tints of Burgundy #620223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

 BLUE value IS 35 (14.06% from 255) = 25.93%

R = 72.59%
G = 1.48%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#620223 (or 0x620223) is known color: Burgundy. HEX triplet: 62, 02 and 23. RGB value is (98,2,35). Sum of RGB (Red+Green+Blue) = 98+2+35=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #620223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620223 is #9DFDDC. Grayscale: #222222. Windows color (decimal): -10354141 or 2294370. OLE color: 2294370.

HSL color Cylindrical-coordinate representation of color #620223: hue angle of 339.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620223 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 2 35 -
CMYK 0 0.98 0.64 0.62
HSL 339.38º 0.96% 0.2% -
HSV(B) 339.38º 0.98% 0.38% -
XYZ 5.36 2.76 1.84 -
YUV 34.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 98 2 35 0 0.98 0.64 0.62 339.38 0.96 0.2
Hex 62 2 23 0 62 40 3E 153 60 14
Octal 142 2 43 0 142 100 76 523 140 24
Binary 1100010 10 100011 0 1100010 1000000 111110 101010011 1100000 10100

Color Harmonies of #620223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620223

Black with #620223

Text Example


Text Example

White with #620223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620223; }

 p { color: rgb(98,2,35); }

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

background-color css

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

 a { background-color: rgb(98,2,35); }

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

border-color css

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

 span { border-color: rgb(98,2,35); }

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