Html Css Color HEX #74293C Siren

📋 copy color: '#74293C'

red 116 ◦ green 41 ◦ blue 60

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

Shades of Siren #74293C

Tints of Siren #74293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.65%

R = 53.46%
G = 18.89%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74293C (or 0x74293C) is known color: Siren. HEX triplet: 74, 29 and 3C. RGB value is (116,41,60). Sum of RGB (Red+Green+Blue) = 116+41+60=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #74293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74293C is #8BD6C3. Grayscale: #414141. Windows color (decimal): -9164484 or 3942772. OLE color: 3942772.

HSL color Cylindrical-coordinate representation of color #74293C: hue angle of 344.8º 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 #74293C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 60 -
CMYK 0 0.65 0.48 0.55
HSL 344.8º 0.48% 0.31% -
HSV(B) 344.8º 0.65% 0.45% -
XYZ 8.81 5.63 4.9 -
YUV 65.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 116 41 60 0 0.65 0.48 0.55 344.8 0.48 0.31
Hex 74 29 3C 0 41 30 37 159 30 1F
Octal 164 51 74 0 101 60 67 531 60 37
Binary 1110100 101001 111100 0 1000001 110000 110111 101011001 110000 11111

Color Harmonies of #74293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74293C

Black with #74293C

Text Example


Text Example

White with #74293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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