Html Css Color HEX #63001D Burgundy

📋 copy color: '#63001D'

red 99 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #63001D

Tints of Burgundy #63001D

RGB

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

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

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

R = 77.34%
G = 0%
B = 22.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#63001D (or 0x63001D) is known color: Burgundy. HEX triplet: 63, 00 and 1D. RGB value is (99,0,29). Sum of RGB (Red+Green+Blue) = 99+0+29=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #63001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63001D is #9CFFE2. Grayscale: #202020. Windows color (decimal): -10289123 or 1900643. OLE color: 1900643.

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

Color convert

RGB 99 0 29 -
CMYK 0 1 0.71 0.61
HSL 342.42º 1% 0.19% -
HSV(B) 342.42º 1% 0.39% -
XYZ 5.37 2.74 1.41 -
YUV 32.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 99 0 29 0 1 0.71 0.61 342.42 1 0.19
Hex 63 0 1D 0 64 47 3D 156 64 13
Octal 143 0 35 0 144 107 75 526 144 23
Binary 1100011 0 11101 0 1100100 1000111 111101 101010110 1100100 10011

Color Harmonies of #63001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63001D

Black with #63001D

Text Example


Text Example

White with #63001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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