Html Css Color HEX #752640 Siren

📋 copy color: '#752640'

red 117 ◦ green 38 ◦ blue 64

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

Shades of Siren #752640

Tints of Siren #752640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

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

R = 53.42%
G = 17.35%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#752640 (or 0x752640) is known color: Siren. HEX triplet: 75, 26 and 40. RGB value is (117,38,64). Sum of RGB (Red+Green+Blue) = 117+38+64=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #752640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752640 is #8AD9BF. Grayscale: #404040. Windows color (decimal): -9099712 or 4204149. OLE color: 4204149.

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

Color convert

RGB 117 38 64 -
CMYK 0 0.68 0.45 0.54
HSL 340.25º 0.51% 0.3% -
HSV(B) 340.25º 0.68% 0.46% -
XYZ 8.95 5.54 5.45 -
YUV 64.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 117 38 64 0 0.68 0.45 0.54 340.25 0.51 0.3
Hex 75 26 40 0 44 2D 36 154 33 1E
Octal 165 46 100 0 104 55 66 524 63 36
Binary 1110101 100110 1000000 0 1000100 101101 110110 101010100 110011 11110

Color Harmonies of #752640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752640

Black with #752640

Text Example


Text Example

White with #752640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752640; }

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

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

background-color css

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

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

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

border-color css

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

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

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