Html Css Color HEX #63021D Burgundy

📋 copy color: '#63021D'

red 99 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #63021D

Tints of Burgundy #63021D

RGB

 RED value IS 99 (39.06% from 255) = 76.15%

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

 BLUE value IS 29 (11.72% from 255) = 22.31%

R = 76.15%
G = 1.54%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#63021D (or 0x63021D) is known color: Burgundy. HEX triplet: 63, 02 and 1D. RGB value is (99,2,29). Sum of RGB (Red+Green+Blue) = 99+2+29=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #63021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63021D is #9CFDE2. Grayscale: #222222. Windows color (decimal): -10288611 or 1901155. OLE color: 1901155.

HSL color Cylindrical-coordinate representation of color #63021D: hue angle of 343.3º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63021D is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 29 -
CMYK 0 0.98 0.71 0.61
HSL 343.3º 0.96% 0.2% -
HSV(B) 343.3º 0.98% 0.39% -
XYZ 5.39 2.78 1.42 -
YUV 34.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 99 2 29 0 0.98 0.71 0.61 343.3 0.96 0.2
Hex 63 2 1D 0 62 47 3D 157 60 14
Octal 143 2 35 0 142 107 75 527 140 24
Binary 1100011 10 11101 0 1100010 1000111 111101 101010111 1100000 10100

Color Harmonies of #63021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63021D

Black with #63021D

Text Example


Text Example

White with #63021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63021D; }

 p { color: rgb(99,2,29); }

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

background-color css

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

 a { background-color: rgb(99,2,29); }

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

border-color css

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

 span { border-color: rgb(99,2,29); }

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