Html Css Color HEX #630011 Burgundy

📋 copy color: '#630011'

red 99 ◦ green 0 ◦ blue 17

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

Shades of Burgundy #630011

Tints of Burgundy #630011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 85.34%
G = 0%
B = 14.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#630011 (or 0x630011) is known color: Burgundy. HEX triplet: 63, 00 and 11. RGB value is (99,0,17). Sum of RGB (Red+Green+Blue) = 99+0+17=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #630011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630011 is #9CFFEE. Grayscale: #1F1F1F. Windows color (decimal): -10289135 or 1114211. OLE color: 1114211.

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

Color convert

RGB 99 0 17 -
CMYK 0 1 0.83 0.61
HSL 349.7º 1% 0.19% -
HSV(B) 349.7º 1% 0.39% -
XYZ 5.25 2.69 0.77 -
YUV 31.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 99 0 17 0 1 0.83 0.61 349.7 1 0.19
Hex 63 0 11 0 64 53 3D 15E 64 13
Octal 143 0 21 0 144 123 75 536 144 23
Binary 1100011 0 10001 0 1100100 1010011 111101 101011110 1100100 10011

Color Harmonies of #630011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630011

Black with #630011

Text Example


Text Example

White with #630011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630011; }

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

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

background-color css

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

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

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

border-color css

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

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

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