Html Css Color HEX #63021A Burgundy

📋 copy color: '#63021A'

red 99 ◦ green 2 ◦ blue 26

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

Shades of Burgundy #63021A

Tints of Burgundy #63021A

RGB

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

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

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

R = 77.95%
G = 1.57%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#63021A (or 0x63021A) is known color: Burgundy. HEX triplet: 63, 02 and 1A. RGB value is (99,2,26). Sum of RGB (Red+Green+Blue) = 99+2+26=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #63021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63021A is #9CFDE5. Grayscale: #212121. Windows color (decimal): -10288614 or 1704547. OLE color: 1704547.

HSL color Cylindrical-coordinate representation of color #63021A: hue angle of 345.15º 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 #63021A is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 26 -
CMYK 0 0.98 0.74 0.61
HSL 345.15º 0.96% 0.2% -
HSV(B) 345.15º 0.98% 0.39% -
XYZ 5.35 2.77 1.23 -
YUV 33.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 99 2 26 0 0.98 0.74 0.61 345.15 0.96 0.2
Hex 63 2 1A 0 62 4A 3D 159 60 14
Octal 143 2 32 0 142 112 75 531 140 24
Binary 1100011 10 11010 0 1100010 1001010 111101 101011001 1100000 10100

Color Harmonies of #63021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63021A

Black with #63021A

Text Example


Text Example

White with #63021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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