Html Css Color HEX #752D45 Flirt

📋 copy color: '#752D45'

red 117 ◦ green 45 ◦ blue 69

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

Shades of Flirt #752D45

Tints of Flirt #752D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 50.65%
G = 19.48%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#752D45 (or 0x752D45) is known color: Flirt. HEX triplet: 75, 2D and 45. RGB value is (117,45,69). Sum of RGB (Red+Green+Blue) = 117+45+69=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #752D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D45 is #8AD2BA. Grayscale: #454545. Windows color (decimal): -9097915 or 4533621. OLE color: 4533621.

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

Color convert

RGB 117 45 69 -
CMYK 0 0.62 0.41 0.54
HSL 340º 0.44% 0.32% -
HSV(B) 340º 0.62% 0.46% -
XYZ 9.35 6.09 6.31 -
YUV 69.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 117 45 69 0 0.62 0.41 0.54 340 0.44 0.32
Hex 75 2D 45 0 3E 29 36 154 2C 20
Octal 165 55 105 0 76 51 66 524 54 40
Binary 1110101 101101 1000101 0 111110 101001 110110 101010100 101100 100000

Color Harmonies of #752D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D45

Black with #752D45

Text Example


Text Example

White with #752D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,45,69); }

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

background-color css

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

 a { background-color: rgb(117,45,69); }

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

border-color css

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

 span { border-color: rgb(117,45,69); }

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