Html Css Color HEX #752940 Siren

📋 copy color: '#752940'

red 117 ◦ green 41 ◦ blue 64

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

Shades of Siren #752940

Tints of Siren #752940

RGB

 RED value IS 117 (46.09% from 255) = 52.7%

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

 BLUE value IS 64 (25.39% from 255) = 28.83%

R = 52.7%
G = 18.47%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#752940 (or 0x752940) is known color: Siren. HEX triplet: 75, 29 and 40. RGB value is (117,41,64). Sum of RGB (Red+Green+Blue) = 117+41+64=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752940 is #8AD6BF. Grayscale: #424242. Windows color (decimal): -9098944 or 4204917. OLE color: 4204917.

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

Color convert

RGB 117 41 64 -
CMYK 0 0.65 0.45 0.54
HSL 341.84º 0.48% 0.31% -
HSV(B) 341.84º 0.65% 0.46% -
XYZ 9.05 5.74 5.48 -
YUV 66.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 117 41 64 0 0.65 0.45 0.54 341.84 0.48 0.31
Hex 75 29 40 0 41 2D 36 156 30 1F
Octal 165 51 100 0 101 55 66 526 60 37
Binary 1110101 101001 1000000 0 1000001 101101 110110 101010110 110000 11111

Color Harmonies of #752940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752940

Black with #752940

Text Example


Text Example

White with #752940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752940; }

 p { color: rgb(117,41,64); }

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

background-color css

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

 a { background-color: rgb(117,41,64); }

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

border-color css

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

 span { border-color: rgb(117,41,64); }

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