Html Css Color HEX #62011A Burgundy

📋 copy color: '#62011A'

red 98 ◦ green 1 ◦ blue 26

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

Shades of Burgundy #62011A

Tints of Burgundy #62011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 78.4%
G = 0.8%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#62011A (or 0x62011A) is known color: Burgundy. HEX triplet: 62, 01 and 1A. RGB value is (98,1,26). Sum of RGB (Red+Green+Blue) = 98+1+26=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #62011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62011A is #9DFEE5. Grayscale: #202020. Windows color (decimal): -10354406 or 1704290. OLE color: 1704290.

HSL color Cylindrical-coordinate representation of color #62011A: hue angle of 344.54º 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 #62011A is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 26 -
CMYK 0 0.99 0.73 0.62
HSL 344.54º 0.98% 0.19% -
HSV(B) 344.54º 0.99% 0.38% -
XYZ 5.23 2.69 1.22 -
YUV 32.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 98 1 26 0 0.99 0.73 0.62 344.54 0.98 0.19
Hex 62 1 1A 0 63 49 3E 159 62 13
Octal 142 1 32 0 143 111 76 531 142 23
Binary 1100010 1 11010 0 1100011 1001001 111110 101011001 1100010 10011

Color Harmonies of #62011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62011A

Black with #62011A

Text Example


Text Example

White with #62011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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