Html Css Color HEX #630001 Burgundy

📋 copy color: '#630001'

red 99 ◦ green 0 ◦ blue 1

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

Shades of Burgundy #630001

Tints of Burgundy #630001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1%

R = 99%
G = 0%
B = 1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#630001 (or 0x630001) is known color: Burgundy. HEX triplet: 63, 00 and 01. RGB value is (99,0,1). Sum of RGB (Red+Green+Blue) = 99+0+1=100 (13% of max value = 765). Red value is 99 (39.06% from 255 or 99% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 99 - color contains mainly: red. Hex color #630001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630001 is #9CFFFE. Grayscale: #1D1D1D. Windows color (decimal): -10289151 or 65635. OLE color: 65635.

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

Color convert

RGB 99 0 1 -
CMYK 0 1 0.99 0.61
HSL 359.39º 1% 0.19% -
HSV(B) 359.39º 1% 0.39% -
XYZ 5.15 2.65 0.27 -
YUV 29.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 99 0 1 0 1 0.99 0.61 359.39 1 0.19
Hex 63 0 1 0 64 63 3D 167 64 13
Octal 143 0 1 0 144 143 75 547 144 23
Binary 1100011 0 1 0 1100100 1100011 111101 101100111 1100100 10011

Color Harmonies of #630001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630001

Black with #630001

Text Example


Text Example

White with #630001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630001; }

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

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

background-color css

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

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

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

border-color css

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

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

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