Html Css Color HEX #752240 Siren

📋 copy color: '#752240'

red 117 ◦ green 34 ◦ blue 64

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

Shades of Siren #752240

Tints of Siren #752240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

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

R = 54.42%
G = 15.81%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#752240 (or 0x752240) is known color: Siren. HEX triplet: 75, 22 and 40. RGB value is (117,34,64). Sum of RGB (Red+Green+Blue) = 117+34+64=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #752240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752240 is #8ADDBF. Grayscale: #3E3E3E. Windows color (decimal): -9100736 or 4203125. OLE color: 4203125.

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

Color convert

RGB 117 34 64 -
CMYK 0 0.71 0.45 0.54
HSL 338.31º 0.55% 0.3% -
HSV(B) 338.31º 0.71% 0.46% -
XYZ 8.83 5.3 5.41 -
YUV 62.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 117 34 64 0 0.71 0.45 0.54 338.31 0.55 0.3
Hex 75 22 40 0 47 2D 36 152 37 1E
Octal 165 42 100 0 107 55 66 522 67 36
Binary 1110101 100010 1000000 0 1000111 101101 110110 101010010 110111 11110

Color Harmonies of #752240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752240

Black with #752240

Text Example


Text Example

White with #752240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752240; }

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

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

background-color css

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

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

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

border-color css

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

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

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