#611C35

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

Shades of Siren #611C35

Tints of Siren #611C35

Color information

#611C35 (or 0x611C35) is unknown color: approx Siren. HEX triplet: 61, 1C and 35. RGB value is (97,28,53). Sum of RGB (Red+Green+Blue) = 97+28+53=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #611C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C35 is #9EE3CA. Grayscale: #333333. Windows color (decimal): -10413003 or 3480673. OLE color: 3480673.

HSL color Cylindrical-coordinate representation of color #611C35: hue angle of 338.26º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #611C35 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB972853-
CMYK00.710.450.62
HSL338.26º55.2%24.51%-
HSV(B)338.26º71.13%38.04%-
XYZ5.993.633.75-
YUV51.48128.86160.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 28 (11.33% from 255) = 15.73%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=54.49%
G=15.73%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97285300.710.450.62338.2655.224.51
Hex611C350472D3E1523719
Octal1413465010755765226731
Binary1100001111001101010100011110110111111010101001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611C35; }

 p { color: rgb(97,28,53); }

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

<style>
 a { background-color: #611C35; }

 a { background-color: rgb(97,28,53); }

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

<style>
 span { border-color: #611C35; }

 span { border-color: rgb(97,28,53); }

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