Html Css Color HEX #742542 Siren

📋 copy color: '#742542'

red 116 ◦ green 37 ◦ blue 66

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

Shades of Siren #742542

Tints of Siren #742542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

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

R = 52.97%
G = 16.89%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#742542 (or 0x742542) is known color: Siren. HEX triplet: 74, 25 and 42. RGB value is (116,37,66). Sum of RGB (Red+Green+Blue) = 116+37+66=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #742542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742542 is #8BDABD. Grayscale: #3F3F3F. Windows color (decimal): -9165502 or 4334964. OLE color: 4334964.

HSL color Cylindrical-coordinate representation of color #742542: hue angle of 337.97º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742542 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 66 -
CMYK 0 0.68 0.43 0.55
HSL 337.97º 0.52% 0.3% -
HSV(B) 337.97º 0.68% 0.45% -
XYZ 8.85 5.43 5.74 -
YUV 63.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 116 37 66 0 0.68 0.43 0.55 337.97 0.52 0.3
Hex 74 25 42 0 44 2B 37 152 34 1E
Octal 164 45 102 0 104 53 67 522 64 36
Binary 1110100 100101 1000010 0 1000100 101011 110111 101010010 110100 11110

Color Harmonies of #742542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742542

Black with #742542

Text Example


Text Example

White with #742542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742542; }

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

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

background-color css

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

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

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

border-color css

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

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

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