#76293D

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

Shades of Siren #76293D

Tints of Siren #76293D

Color information

#76293D (or 0x76293D) is unknown color: approx Siren. HEX triplet: 76, 29 and 3D. RGB value is (118,41,61). Sum of RGB (Red+Green+Blue) = 118+41+61=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #76293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76293D is #89D6C2. Grayscale: #424242. Windows color (decimal): -9033411 or 4008310. OLE color: 4008310.

HSL color Cylindrical-coordinate representation of color #76293D: hue angle of 344.42º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76293D is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB1184161-
CMYK00.650.480.54
HSL344.42º48.43%31.18%-
HSV(B)344.42º65.25%46.27%-
XYZ9.115.775.05-
YUV66.3125.01164.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=53.64%
G=18.64%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118416100.650.480.54344.4248.4331.18
Hex76293D0413036158301f
Octal1665175010160665306037
Binary11101101010011111010100000111000011011010101100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,41,61); }

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

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

 a { background-color: rgb(118,41,61); }

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

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

 span { border-color: rgb(118,41,61); }

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