Html Css Color HEX #630018 Burgundy

📋 copy color: '#630018'

red 99 ◦ green 0 ◦ blue 24

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

Shades of Burgundy #630018

Tints of Burgundy #630018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 80.49%
G = 0%
B = 19.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#630018 (or 0x630018) is known color: Burgundy. HEX triplet: 63, 00 and 18. RGB value is (99,0,24). Sum of RGB (Red+Green+Blue) = 99+0+24=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #630018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630018 is #9CFFE7. Grayscale: #202020. Windows color (decimal): -10289128 or 1572963. OLE color: 1572963.

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

Color convert

RGB 99 0 24 -
CMYK 0 1 0.76 0.61
HSL 345.45º 1% 0.19% -
HSV(B) 345.45º 1% 0.39% -
XYZ 5.31 2.72 1.11 -
YUV 32.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 99 0 24 0 1 0.76 0.61 345.45 1 0.19
Hex 63 0 18 0 64 4C 3D 159 64 13
Octal 143 0 30 0 144 114 75 531 144 23
Binary 1100011 0 11000 0 1100100 1001100 111101 101011001 1100100 10011

Color Harmonies of #630018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630018

Black with #630018

Text Example


Text Example

White with #630018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630018; }

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

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

background-color css

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

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

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

border-color css

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

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

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