Html Css Color HEX #620123 Burgundy

📋 copy color: '#620123'

red 98 ◦ green 1 ◦ blue 35

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

Shades of Burgundy #620123

Tints of Burgundy #620123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 73.13%
G = 0.75%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#620123 (or 0x620123) is known color: Burgundy. HEX triplet: 62, 01 and 23. RGB value is (98,1,35). Sum of RGB (Red+Green+Blue) = 98+1+35=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #620123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620123 is #9DFEDC. Grayscale: #212121. Windows color (decimal): -10354397 or 2294114. OLE color: 2294114.

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

Color convert

RGB 98 1 35 -
CMYK 0 0.99 0.64 0.62
HSL 338.97º 0.98% 0.19% -
HSV(B) 338.97º 0.99% 0.38% -
XYZ 5.35 2.74 1.84 -
YUV 33.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 98 1 35 0 0.99 0.64 0.62 338.97 0.98 0.19
Hex 62 1 23 0 63 40 3E 153 62 13
Octal 142 1 43 0 143 100 76 523 142 23
Binary 1100010 1 100011 0 1100011 1000000 111110 101010011 1100010 10011

Color Harmonies of #620123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620123

Black with #620123

Text Example


Text Example

White with #620123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620123; }

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

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

background-color css

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

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

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

border-color css

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

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

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