#630700

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

Shades of Maroon #630700

Tints of Maroon #630700

Color information

#630700 (or 0x630700) is unknown color: approx Maroon. HEX triplet: 63, 07 and 00. RGB value is (99,7,0). Sum of RGB (Red+Green+Blue) = 99+7+0=106 (14% of max value = 765). Red value is 99 (39.06% from 255 or 93.40% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 99 - color contains mainly: red. Hex color #630700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630700 is #9CF8FF. Grayscale: #212121. Windows color (decimal): -10287360 or 1891. OLE color: 1891.

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

Color convert

RGB9970-
CMYK00.9310.61
HSL4.24º100%19.41%-
HSV(B)4.24º100%38.82%-
XYZ5.222.80.27-
YUV33.71108.98174.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 93.40%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.40%
G=6.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal997000.9310.614.2410019.41
Hex637005D643D46413
Octal14370013514475414423
Binary11000111110010111011100100111101100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630700; }

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

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

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

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

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

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

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

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