Html Css Color HEX #630109 Burgundy

📋 copy color: '#630109'

red 99 ◦ green 1 ◦ blue 9

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

Shades of Burgundy #630109

Tints of Burgundy #630109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

 BLUE value IS 9 (3.91% from 255) = 8.26%

R = 90.83%
G = 0.92%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#630109 (or 0x630109) is known color: Burgundy. HEX triplet: 63, 01 and 09. RGB value is (99,1,9). Sum of RGB (Red+Green+Blue) = 99+1+9=109 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90.83% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 99 - color contains mainly: red. Hex color #630109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630109 is #9CFEF6. Grayscale: #1F1F1F. Windows color (decimal): -10288887 or 590179. OLE color: 590179.

HSL color Cylindrical-coordinate representation of color #630109: hue angle of 355.1º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630109 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 1 9 -
CMYK 0 0.99 0.91 0.61
HSL 355.1º 0.98% 0.2% -
HSV(B) 355.1º 0.99% 0.39% -
XYZ 5.21 2.69 0.5 -
YUV 31.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 99 1 9 0 0.99 0.91 0.61 355.1 0.98 0.2
Hex 63 1 9 0 63 5B 3D 163 62 14
Octal 143 1 11 0 143 133 75 543 142 24
Binary 1100011 1 1001 0 1100011 1011011 111101 101100011 1100010 10100

Color Harmonies of #630109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630109

Black with #630109

Text Example


Text Example

White with #630109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630109; }

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

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

background-color css

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

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

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

border-color css

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

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

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