Html Css Color HEX #630009 Burgundy

📋 copy color: '#630009'

red 99 ◦ green 0 ◦ blue 9

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

Shades of Burgundy #630009

Tints of Burgundy #630009

RGB

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

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

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

R = 91.67%
G = 0%
B = 8.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#630009 (or 0x630009) is known color: Burgundy. HEX triplet: 63, 00 and 09. RGB value is (99,0,9). Sum of RGB (Red+Green+Blue) = 99+0+9=108 (14% of max value = 765). Red value is 99 (39.06% from 255 or 91.67% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 99 - color contains mainly: red. Hex color #630009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630009 is #9CFFF6. Grayscale: #1E1E1E. Windows color (decimal): -10289143 or 589923. OLE color: 589923.

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

Color convert

RGB 99 0 9 -
CMYK 0 1 0.91 0.61
HSL 354.55º 1% 0.19% -
HSV(B) 354.55º 1% 0.39% -
XYZ 5.19 2.67 0.5 -
YUV 30.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 99 0 9 0 1 0.91 0.61 354.55 1 0.19
Hex 63 0 9 0 64 5B 3D 163 64 13
Octal 143 0 11 0 144 133 75 543 144 23
Binary 1100011 0 1001 0 1100100 1011011 111101 101100011 1100100 10011

Color Harmonies of #630009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630009

Black with #630009

Text Example


Text Example

White with #630009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630009; }

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

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

background-color css

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

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

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

border-color css

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

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

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