#631E35

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

Shades of Siren #631E35

Tints of Siren #631E35

Color information

#631E35 (or 0x631E35) is unknown color: approx Siren. HEX triplet: 63, 1E and 35. RGB value is (99,30,53). Sum of RGB (Red+Green+Blue) = 99+30+53=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #631E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E35 is #9CE1CA. Grayscale: #353535. Windows color (decimal): -10281419 or 3481187. OLE color: 3481187.

HSL color Cylindrical-coordinate representation of color #631E35: hue angle of 340º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E35 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB993053-
CMYK00.700.460.61
HSL340º53.49%25.29%-
HSV(B)340º69.7%38.82%-
XYZ6.253.843.78-
YUV53.25127.86160.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=54.40%
G=16.48%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99305300.700.460.6134053.4925.29
Hex631E350462E3D1543519
Octal1433665010656755246531
Binary1100011111101101010100011010111011110110101010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,30,53); }

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

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

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

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

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

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

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