Html Css Color HEX #742E42 Siren

📋 copy color: '#742E42'

red 116 ◦ green 46 ◦ blue 66

#742E42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siren #742E42

Tints of Siren #742E42

RGB

 RED value IS 116 (45.7% from 255) = 50.88%

 GREEN value IS 46 (18.36% from 255) = 20.18%

 BLUE value IS 66 (26.17% from 255) = 28.95%

R = 50.88%
G = 20.18%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#742E42 (or 0x742E42) is known color: Siren. HEX triplet: 74, 2E and 42. RGB value is (116,46,66). Sum of RGB (Red+Green+Blue) = 116+46+66=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #742E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E42 is #8BD1BD. Grayscale: #454545. Windows color (decimal): -9163198 or 4337268. OLE color: 4337268.

HSL color Cylindrical-coordinate representation of color #742E42: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E42 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 46 66 -
CMYK 0 0.60 0.43 0.55
HSL 342.86º 0.43% 0.32% -
HSV(B) 342.86º 0.6% 0.45% -
XYZ 9.16 6.06 5.84 -
YUV 69.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 116 46 66 0 0.60 0.43 0.55 342.86 0.43 0.32
Hex 74 2E 42 0 3C 2B 37 157 2B 20
Octal 164 56 102 0 74 53 67 527 53 40
Binary 1110100 101110 1000010 0 111100 101011 110111 101010111 101011 100000

Color Harmonies of #742E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E42

Black with #742E42

Text Example


Text Example

White with #742E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742E42; }

 p { color: rgb(116,46,66); }

 H1.HeaderClassName
 {
   color: #742E42;
 }
 .AnyTagClassName
 {
   color: #742E42;
 }
</style>

background-color css

<style>
 a { background-color: #742E42; }

 a { background-color: rgb(116,46,66); }

 div.DivClassName
 {
   background-color: #742E42;
 }
 .BgClassName
 {
   background-color: #742E42;
 }
</style>

border-color css

<style>
 span { border-color: #742E42; }

 span { border-color: rgb(116,46,66); }

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