#630900

Color #630900 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #630900

Tints of Maroon #630900

Color information

#630900 (or 0x630900) is unknown color: approx Maroon. HEX triplet: 63, 09 and 00. RGB value is (99,9,0). Sum of RGB (Red+Green+Blue) = 99+9+0=108 (14% of max value = 765). Red value is 99 (39.06% from 255 or 91.67% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 99 - color contains mainly: red. Hex color #630900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630900 is #9CF6FF. Grayscale: #232323. Windows color (decimal): -10286848 or 2403. OLE color: 2403.

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

Color convert

RGB9990-
CMYK00.9110.61
HSL5.45º100%19.41%-
HSV(B)5.45º100%38.82%-
XYZ5.242.850.27-
YUV34.88108.32173.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 91.67%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.67%
G=8.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999000.9110.615.4510019.41
Hex639005B643D56413
Octal143110013314475514423
Binary110001110010010110111100100111101101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630900; }

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

 H1.HeaderClassName
 {
   color: #630900;
 }
 .AnyTagClassName
 {
   color: #630900;
 }
</style>
background-color css

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

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

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

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

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

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