#630505

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

Shades of Maroon #630505

Tints of Maroon #630505

Color information

#630505 (or 0x630505) is unknown color: approx Maroon. HEX triplet: 63, 05 and 05. RGB value is (99,5,5). Sum of RGB (Red+Green+Blue) = 99+5+5=109 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90.83% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 99 - color contains mainly: red. Hex color #630505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630505 is #9CFAFA. Grayscale: #212121. Windows color (decimal): -10287867 or 329059. OLE color: 329059.

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

Color convert

RGB9955-
CMYK00.950.950.61
HSL90.38%20.39%-
HSV(B)94.95%38.82%-
XYZ5.232.770.4-
YUV33.11112.14175-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 90.83%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=90.83%
G=4.59%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal995500.950.950.61090.3820.39
Hex635505F5F3D05a14
Octal14355013713775013224
Binary11000111011010101111110111111111010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630505; }

 p { color: rgb(99,5,5); }

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

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

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

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

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

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

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