Html Css Color HEX #62001B Burgundy

📋 copy color: '#62001B'

red 98 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #62001B

Tints of Burgundy #62001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.6%

R = 78.4%
G = 0%
B = 21.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62001B (or 0x62001B) is known color: Burgundy. HEX triplet: 62, 00 and 1B. RGB value is (98,0,27). Sum of RGB (Red+Green+Blue) = 98+0+27=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #62001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62001B is #9DFFE4. Grayscale: #202020. Windows color (decimal): -10354661 or 1769570. OLE color: 1769570.

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

Color convert

RGB 98 0 27 -
CMYK 0 1 0.72 0.62
HSL 343.47º 1% 0.19% -
HSV(B) 343.47º 1% 0.38% -
XYZ 5.23 2.68 1.28 -
YUV 32.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 98 0 27 0 1 0.72 0.62 343.47 1 0.19
Hex 62 0 1B 0 64 48 3E 157 64 13
Octal 142 0 33 0 144 110 76 527 144 23
Binary 1100010 0 11011 0 1100100 1001000 111110 101010111 1100100 10011

Color Harmonies of #62001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62001B

Black with #62001B

Text Example


Text Example

White with #62001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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