#77263D

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

Shades of Siren #77263D

Tints of Siren #77263D

Color information

#77263D (or 0x77263D) is unknown color: approx Siren. HEX triplet: 77, 26 and 3D. RGB value is (119,38,61). Sum of RGB (Red+Green+Blue) = 119+38+61=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77263D is #88D9C2. Grayscale: #404040. Windows color (decimal): -8968643 or 4007543. OLE color: 4007543.

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

Color convert

RGB1193861-
CMYK00.680.490.53
HSL342.96º51.59%30.78%-
HSV(B)342.96º68.07%46.67%-
XYZ9.145.655.02-
YUV64.84125.84166.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=54.59%
G=17.43%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119386100.680.490.53342.9651.5930.78
Hex77263D0443135157341f
Octal1674675010461655276437
Binary11101111001101111010100010011000111010110101011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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