#672A42

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

Shades of Siren #672A42

Tints of Siren #672A42

Color information

#672A42 (or 0x672A42) is unknown color: approx Siren. HEX triplet: 67, 2A and 42. RGB value is (103,42,66). Sum of RGB (Red+Green+Blue) = 103+42+66=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #672A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672A42 is #98D5BD. Grayscale: #3E3E3E. Windows color (decimal): -10016190 or 4336231. OLE color: 4336231.

HSL color Cylindrical-coordinate representation of color #672A42: hue angle of 336.39º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #672A42 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB1034266-
CMYK00.590.360.60
HSL336.39º42.07%28.43%-
HSV(B)336.39º59.22%40.39%-
XYZ7.44.935.72-
YUV62.97129.71156.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.82%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=48.82%
G=19.91%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103426600.590.360.60336.3942.0728.43
Hex672A4203B243C1502a1c
Octal1475210207344745205234
Binary11001111010101000010011101110010011110010101000010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672A42; }

 p { color: rgb(103,42,66); }

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

<style>
 a { background-color: #672A42; }

 a { background-color: rgb(103,42,66); }

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

<style>
 span { border-color: #672A42; }

 span { border-color: rgb(103,42,66); }

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