#77273D

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

Shades of Siren #77273D

Tints of Siren #77273D

Color information

#77273D (or 0x77273D) is unknown color: approx Siren. HEX triplet: 77, 27 and 3D. RGB value is (119,39,61). Sum of RGB (Red+Green+Blue) = 119+39+61=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77273D is #88D8C2. Grayscale: #414141. Windows color (decimal): -8968387 or 4007799. OLE color: 4007799.

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

Color convert

RGB1193961-
CMYK00.670.490.53
HSL343.5º50.63%30.98%-
HSV(B)343.5º67.23%46.67%-
XYZ9.185.715.03-
YUV65.43125.5166.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=54.34%
G=17.81%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119396100.670.490.53343.550.6330.98
Hex77273D0433135158331f
Octal1674775010361655306337
Binary11101111001111111010100001111000111010110101100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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