Html Css Color HEX #630020 Burgundy

📋 copy color: '#630020'

red 99 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #630020

Tints of Burgundy #630020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.43%

R = 75.57%
G = 0%
B = 24.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#630020 (or 0x630020) is known color: Burgundy. HEX triplet: 63, 00 and 20. RGB value is (99,0,32). Sum of RGB (Red+Green+Blue) = 99+0+32=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #630020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630020 is #9CFFDF. Grayscale: #212121. Windows color (decimal): -10289120 or 2097251. OLE color: 2097251.

HSL color Cylindrical-coordinate representation of color #630020: hue angle of 340.61º 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 #630020 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 0 32 -
CMYK 0 1 0.68 0.61
HSL 340.61º 1% 0.19% -
HSV(B) 340.61º 1% 0.39% -
XYZ 5.41 2.76 1.61 -
YUV 33.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 99 0 32 0 1 0.68 0.61 340.61 1 0.19
Hex 63 0 20 0 64 44 3D 155 64 13
Octal 143 0 40 0 144 104 75 525 144 23
Binary 1100011 0 100000 0 1100100 1000100 111101 101010101 1100100 10011

Color Harmonies of #630020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630020

Black with #630020

Text Example


Text Example

White with #630020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630020; }

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

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

background-color css

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

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

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

border-color css

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

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

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