Html Css Color HEX #742942 Siren

📋 copy color: '#742942'

red 116 ◦ green 41 ◦ blue 66

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

Shades of Siren #742942

Tints of Siren #742942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

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

R = 52.02%
G = 18.39%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#742942 (or 0x742942) is known color: Siren. HEX triplet: 74, 29 and 42. RGB value is (116,41,66). Sum of RGB (Red+Green+Blue) = 116+41+66=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #742942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742942 is #8BD6BD. Grayscale: #424242. Windows color (decimal): -9164478 or 4335988. OLE color: 4335988.

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

Color convert

RGB 116 41 66 -
CMYK 0 0.65 0.43 0.55
HSL 340º 0.48% 0.31% -
HSV(B) 340º 0.65% 0.45% -
XYZ 8.98 5.69 5.78 -
YUV 66.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 116 41 66 0 0.65 0.43 0.55 340 0.48 0.31
Hex 74 29 42 0 41 2B 37 154 30 1F
Octal 164 51 102 0 101 53 67 524 60 37
Binary 1110100 101001 1000010 0 1000001 101011 110111 101010100 110000 11111

Color Harmonies of #742942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742942

Black with #742942

Text Example


Text Example

White with #742942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742942; }

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

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

background-color css

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

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

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

border-color css

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

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

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