Html Css Color HEX #752E3F Siren

📋 copy color: '#752E3F'

red 117 ◦ green 46 ◦ blue 63

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

Shades of Siren #752E3F

Tints of Siren #752E3F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 51.77%
G = 20.35%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#752E3F (or 0x752E3F) is known color: Siren. HEX triplet: 75, 2E and 3F. RGB value is (117,46,63). Sum of RGB (Red+Green+Blue) = 117+46+63=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #752E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E3F is #8AD1C0. Grayscale: #454545. Windows color (decimal): -9097665 or 4140661. OLE color: 4140661.

HSL color Cylindrical-coordinate representation of color #752E3F: hue angle of 345.63º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E3F is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 63 -
CMYK 0 0.61 0.46 0.54
HSL 345.63º 0.44% 0.32% -
HSV(B) 345.63º 0.61% 0.46% -
XYZ 9.21 6.09 5.39 -
YUV 69.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 117 46 63 0 0.61 0.46 0.54 345.63 0.44 0.32
Hex 75 2E 3F 0 3D 2E 36 15A 2C 20
Octal 165 56 77 0 75 56 66 532 54 40
Binary 1110101 101110 111111 0 111101 101110 110110 101011010 101100 100000

Color Harmonies of #752E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E3F

Black with #752E3F

Text Example


Text Example

White with #752E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E3F; }

 p { color: rgb(117,46,63); }

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

background-color css

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

 a { background-color: rgb(117,46,63); }

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

border-color css

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

 span { border-color: rgb(117,46,63); }

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