Html Css Color HEX #742741 Siren

📋 copy color: '#742741'

red 116 ◦ green 39 ◦ blue 65

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

Shades of Siren #742741

Tints of Siren #742741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

 BLUE value IS 65 (25.78% from 255) = 29.55%

R = 52.73%
G = 17.73%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#742741 (or 0x742741) is known color: Siren. HEX triplet: 74, 27 and 41. RGB value is (116,39,65). Sum of RGB (Red+Green+Blue) = 116+39+65=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #742741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742741 is #8BD8BE. Grayscale: #404040. Windows color (decimal): -9164991 or 4269940. OLE color: 4269940.

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

Color convert

RGB 116 39 65 -
CMYK 0 0.66 0.44 0.55
HSL 339.74º 0.5% 0.3% -
HSV(B) 339.74º 0.66% 0.45% -
XYZ 8.88 5.55 5.6 -
YUV 64.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 116 39 65 0 0.66 0.44 0.55 339.74 0.5 0.3
Hex 74 27 41 0 42 2C 37 154 32 1E
Octal 164 47 101 0 102 54 67 524 62 36
Binary 1110100 100111 1000001 0 1000010 101100 110111 101010100 110010 11110

Color Harmonies of #742741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742741

Black with #742741

Text Example


Text Example

White with #742741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742741; }

 p { color: rgb(116,39,65); }

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

background-color css

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

 a { background-color: rgb(116,39,65); }

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

border-color css

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

 span { border-color: rgb(116,39,65); }

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