#77283D

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

Shades of Siren #77283D

Tints of Siren #77283D

Color information

#77283D (or 0x77283D) is unknown color: approx Siren. HEX triplet: 77, 28 and 3D. RGB value is (119,40,61). Sum of RGB (Red+Green+Blue) = 119+40+61=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77283D is #88D7C2. Grayscale: #424242. Windows color (decimal): -8968131 or 4008055. OLE color: 4008055.

HSL color Cylindrical-coordinate representation of color #77283D: hue angle of 344.05º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77283D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1194061-
CMYK00.660.490.53
HSL344.05º49.69%31.18%-
HSV(B)344.05º66.39%46.67%-
XYZ9.215.785.04-
YUV66.01125.17165.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=54.09%
G=18.18%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119406100.660.490.53344.0549.6931.18
Hex77283D0423135158321f
Octal1675075010261655306237
Binary11101111010001111010100001011000111010110101100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,40,61); }

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

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

 a { background-color: rgb(119,40,61); }

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

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

 span { border-color: rgb(119,40,61); }

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