#631B36

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

Shades of Siren #631B36

Tints of Siren #631B36

Color information

#631B36 (or 0x631B36) is unknown color: approx Siren. HEX triplet: 63, 1B and 36. RGB value is (99,27,54). Sum of RGB (Red+Green+Blue) = 99+27+54=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #631B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B36 is #9CE4C9. Grayscale: #333333. Windows color (decimal): -10282186 or 3545955. OLE color: 3545955.

HSL color Cylindrical-coordinate representation of color #631B36: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B36 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB992754-
CMYK00.730.450.61
HSL337.5º57.14%24.71%-
HSV(B)337.5º72.73%38.82%-
XYZ6.23.73.88-
YUV51.61129.35161.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 27 (10.94% from 255) = 15%
BLUE value IS 54 (21.48% from 255) = 30%
R=55%
G=15%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99275400.730.450.61337.557.1424.71
Hex631B360492D3D1523919
Octal1433366011155755227131
Binary1100011110111101100100100110110111110110101001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631B36; }

 p { color: rgb(99,27,54); }

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

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

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

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

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

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

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