Html Css Color HEX #752942 Siren

📋 copy color: '#752942'

red 117 ◦ green 41 ◦ blue 66

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

Shades of Siren #752942

Tints of Siren #752942

RGB

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

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

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

R = 52.23%
G = 18.3%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#752942 (or 0x752942) is known color: Siren. HEX triplet: 75, 29 and 42. RGB value is (117,41,66). Sum of RGB (Red+Green+Blue) = 117+41+66=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #752942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752942 is #8AD6BD. Grayscale: #424242. Windows color (decimal): -9098942 or 4335989. OLE color: 4335989.

HSL color Cylindrical-coordinate representation of color #752942: hue angle of 340.26º 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 #752942 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 66 -
CMYK 0 0.65 0.44 0.54
HSL 340.26º 0.48% 0.31% -
HSV(B) 340.26º 0.65% 0.46% -
XYZ 9.11 5.76 5.79 -
YUV 66.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 117 41 66 0 0.65 0.44 0.54 340.26 0.48 0.31
Hex 75 29 42 0 41 2C 36 154 30 1F
Octal 165 51 102 0 101 54 66 524 60 37
Binary 1110101 101001 1000010 0 1000001 101100 110110 101010100 110000 11111

Color Harmonies of #752942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752942

Black with #752942

Text Example


Text Example

White with #752942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752942; }

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

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

background-color css

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

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

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

border-color css

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

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

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