#63313D

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

Shades of Siren #63313D

Tints of Siren #63313D

Color information

#63313D (or 0x63313D) is unknown color: approx Siren. HEX triplet: 63, 31 and 3D. RGB value is (99,49,61). Sum of RGB (Red+Green+Blue) = 99+49+61=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63313D is #9CCEC2. Grayscale: #414141. Windows color (decimal): -10276547 or 4010339. OLE color: 4010339.

HSL color Cylindrical-coordinate representation of color #63313D: hue angle of 345.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63313D is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB994961-
CMYK00.510.380.61
HSL345.6º33.78%29.02%-
HSV(B)345.6º50.51%38.82%-
XYZ7.095.195.04-
YUV65.32125.56152.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 61 (24.22% from 255) = 29.19%
R=47.37%
G=23.44%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99496100.510.380.61345.633.7829.02
Hex63313D033263D15a221d
Octal143617506346755324235
Binary1100011110001111101011001110011011110110101101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63313D; }

 p { color: rgb(99,49,61); }

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

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

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

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

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

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

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