#63313E

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

Shades of Siren #63313E

Tints of Siren #63313E

Color information

#63313E (or 0x63313E) is unknown color: approx Siren. HEX triplet: 63, 31 and 3E. RGB value is (99,49,62). Sum of RGB (Red+Green+Blue) = 99+49+62=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63313E is #9CCEC1. Grayscale: #414141. Windows color (decimal): -10276546 or 4075875. OLE color: 4075875.

HSL color Cylindrical-coordinate representation of color #63313E: hue angle of 344.4º 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 #63313E is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB994962-
CMYK00.510.370.61
HSL344.4º33.78%29.02%-
HSV(B)344.4º50.51%38.82%-
XYZ7.115.25.19-
YUV65.43126.06151.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=47.14%
G=23.33%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99496200.510.370.61344.433.7829.02
Hex63313E033253D158221d
Octal143617606345755304235
Binary1100011110001111110011001110010111110110101100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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