#63303F

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

Shades of Siren #63303F

Tints of Siren #63303F

Color information

#63303F (or 0x63303F) is unknown color: approx Siren. HEX triplet: 63, 30 and 3F. RGB value is (99,48,63). Sum of RGB (Red+Green+Blue) = 99+48+63=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63303F is #9CCFC0. Grayscale: #404040. Windows color (decimal): -10276801 or 4141155. OLE color: 4141155.

HSL color Cylindrical-coordinate representation of color #63303F: hue angle of 342.35º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63303F is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB994863-
CMYK00.520.360.61
HSL342.35º34.69%28.82%-
HSV(B)342.35º51.52%38.82%-
XYZ7.15.135.32-
YUV64.96126.9152.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 63 (25% from 255) = 30%
R=47.14%
G=22.86%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99486300.520.360.61342.3534.6928.82
Hex63303F034243D156231d
Octal143607706444755264335
Binary1100011110000111111011010010010011110110101011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63303F; }

 p { color: rgb(99,48,63); }

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

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

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

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

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

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

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