Html Css Color HEX #752540 Siren

📋 copy color: '#752540'

red 117 ◦ green 37 ◦ blue 64

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

Shades of Siren #752540

Tints of Siren #752540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 53.67%
G = 16.97%
B = 29.36%

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

#752540 (or 0x752540) is known color: Siren. HEX triplet: 75, 25 and 40. RGB value is (117,37,64). Sum of RGB (Red+Green+Blue) = 117+37+64=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #752540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752540 is #8ADABF. Grayscale: #3F3F3F. Windows color (decimal): -9099968 or 4203893. OLE color: 4203893.

HSL color Cylindrical-coordinate representation of color #752540: hue angle of 339.75º degrees, saturation: 0.52, 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 #752540 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 37 64 -
CMYK 0 0.68 0.45 0.54
HSL 339.75º 0.52% 0.3% -
HSV(B) 339.75º 0.68% 0.46% -
XYZ 8.92 5.48 5.44 -
YUV 64 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 117 37 64 0 0.68 0.45 0.54 339.75 0.52 0.3
Hex 75 25 40 0 44 2D 36 154 34 1E
Octal 165 45 100 0 104 55 66 524 64 36
Binary 1110101 100101 1000000 0 1000100 101101 110110 101010100 110100 11110

Color Harmonies of #752540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752540

Black with #752540

Text Example


Text Example

White with #752540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752540; }

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

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

background-color css

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

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

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

border-color css

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

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

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