Html Css Color HEX #752340 Siren

📋 copy color: '#752340'

red 117 ◦ green 35 ◦ blue 64

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

Shades of Siren #752340

Tints of Siren #752340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 54.17%
G = 16.2%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#752340 (or 0x752340) is known color: Siren. HEX triplet: 75, 23 and 40. RGB value is (117,35,64). Sum of RGB (Red+Green+Blue) = 117+35+64=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #752340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752340 is #8ADCBF. Grayscale: #3E3E3E. Windows color (decimal): -9100480 or 4203381. OLE color: 4203381.

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

Color convert

RGB 117 35 64 -
CMYK 0 0.70 0.45 0.54
HSL 338.78º 0.54% 0.3% -
HSV(B) 338.78º 0.7% 0.46% -
XYZ 8.86 5.35 5.42 -
YUV 62.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 117 35 64 0 0.70 0.45 0.54 338.78 0.54 0.3
Hex 75 23 40 0 46 2D 36 153 36 1E
Octal 165 43 100 0 106 55 66 523 66 36
Binary 1110101 100011 1000000 0 1000110 101101 110110 101010011 110110 11110

Color Harmonies of #752340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752340

Black with #752340

Text Example


Text Example

White with #752340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752340; }

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

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

background-color css

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

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

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

border-color css

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

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

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