Html Css Color HEX #752B52 Flirt

📋 copy color: '#752B52'

red 117 ◦ green 43 ◦ blue 82

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

Shades of Flirt #752B52

Tints of Flirt #752B52

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.77%

 BLUE value IS 82 (32.42% from 255) = 33.88%

R = 48.35%
G = 17.77%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#752B52 (or 0x752B52) is known color: Flirt. HEX triplet: 75, 2B and 52. RGB value is (117,43,82). Sum of RGB (Red+Green+Blue) = 117+43+82=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #752B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B52 is #8AD4AD. Grayscale: #454545. Windows color (decimal): -9098414 or 5385077. OLE color: 5385077.

HSL color Cylindrical-coordinate representation of color #752B52: hue angle of 328.38º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752B52 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 43 82 -
CMYK 0 0.63 0.30 0.54
HSL 328.38º 0.46% 0.31% -
HSV(B) 328.38º 0.63% 0.46% -
XYZ 9.72 6.12 8.65 -
YUV 69.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 117 43 82 0 0.63 0.30 0.54 328.38 0.46 0.31
Hex 75 2B 52 0 3F 1E 36 148 2E 1F
Octal 165 53 122 0 77 36 66 510 56 37
Binary 1110101 101011 1010010 0 111111 11110 110110 101001000 101110 11111

Color Harmonies of #752B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B52

Black with #752B52

Text Example


Text Example

White with #752B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,82); }

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

background-color css

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

 a { background-color: rgb(117,43,82); }

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

border-color css

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

 span { border-color: rgb(117,43,82); }

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