Html Css Color HEX #62011F Burgundy

📋 copy color: '#62011F'

red 98 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #62011F

Tints of Burgundy #62011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.85%

R = 75.38%
G = 0.77%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#62011F (or 0x62011F) is known color: Burgundy. HEX triplet: 62, 01 and 1F. RGB value is (98,1,31). Sum of RGB (Red+Green+Blue) = 98+1+31=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #62011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62011F is #9DFEE0. Grayscale: #212121. Windows color (decimal): -10354401 or 2031970. OLE color: 2031970.

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

Color convert

RGB 98 1 31 -
CMYK 0 0.99 0.68 0.62
HSL 341.44º 0.98% 0.19% -
HSV(B) 341.44º 0.99% 0.38% -
XYZ 5.3 2.72 1.54 -
YUV 33.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 98 1 31 0 0.99 0.68 0.62 341.44 0.98 0.19
Hex 62 1 1F 0 63 44 3E 155 62 13
Octal 142 1 37 0 143 104 76 525 142 23
Binary 1100010 1 11111 0 1100011 1000100 111110 101010101 1100010 10011

Color Harmonies of #62011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62011F

Black with #62011F

Text Example


Text Example

White with #62011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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