#74283C

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

Shades of Siren #74283C

Tints of Siren #74283C

Color information

#74283C (or 0x74283C) is unknown color: approx Siren. HEX triplet: 74, 28 and 3C. RGB value is (116,40,60). Sum of RGB (Red+Green+Blue) = 116+40+60=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74283C is #8BD7C3. Grayscale: #404040. Windows color (decimal): -9164740 or 3942516. OLE color: 3942516.

HSL color Cylindrical-coordinate representation of color #74283C: hue angle of 344.21º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74283C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1164060-
CMYK00.660.480.55
HSL344.21º48.72%30.59%-
HSV(B)344.21º65.52%45.49%-
XYZ8.785.564.88-
YUV65125.18164.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.70%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=53.70%
G=18.52%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116406000.660.480.55344.2148.7230.59
Hex74283C0423037158311f
Octal1645074010260675306137
Binary11101001010001111000100001011000011011110101100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74283C; }

 p { color: rgb(116,40,60); }

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

<style>
 a { background-color: #74283C; }

 a { background-color: rgb(116,40,60); }

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

<style>
 span { border-color: #74283C; }

 span { border-color: rgb(116,40,60); }

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