#762A3D

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

Shades of Siren #762A3D

Tints of Siren #762A3D

Color information

#762A3D (or 0x762A3D) is unknown color: approx Siren. HEX triplet: 76, 2A and 3D. RGB value is (118,42,61). Sum of RGB (Red+Green+Blue) = 118+42+61=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #762A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A3D is #89D5C2. Grayscale: #424242. Windows color (decimal): -9033155 or 4008566. OLE color: 4008566.

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

Color convert

RGB1184261-
CMYK00.640.480.54
HSL345º47.5%31.37%-
HSV(B)345º64.41%46.27%-
XYZ9.145.845.06-
YUV66.89124.68164.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=53.39%
G=19.00%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118426100.640.480.5434547.531.37
Hex762A3D0403036159301f
Octal1665275010060665316037
Binary11101101010101111010100000011000011011010101100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A3D; }

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

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

<style>
 a { background-color: #762A3D; }

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

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

<style>
 span { border-color: #762A3D; }

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

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