Html Css Color HEX #752743 Flirt

📋 copy color: '#752743'

red 117 ◦ green 39 ◦ blue 67

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

Shades of Flirt #752743

Tints of Flirt #752743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

 BLUE value IS 67 (26.56% from 255) = 30.04%

R = 52.47%
G = 17.49%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#752743 (or 0x752743) is known color: Flirt. HEX triplet: 75, 27 and 43. RGB value is (117,39,67). Sum of RGB (Red+Green+Blue) = 117+39+67=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752743 is #8AD8BC. Grayscale: #414141. Windows color (decimal): -9099453 or 4401013. OLE color: 4401013.

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

Color convert

RGB 117 39 67 -
CMYK 0 0.67 0.43 0.54
HSL 338.46º 0.5% 0.31% -
HSV(B) 338.46º 0.67% 0.46% -
XYZ 9.07 5.64 5.92 -
YUV 65.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 117 39 67 0 0.67 0.43 0.54 338.46 0.5 0.31
Hex 75 27 43 0 43 2B 36 152 32 1F
Octal 165 47 103 0 103 53 66 522 62 37
Binary 1110101 100111 1000011 0 1000011 101011 110110 101010010 110010 11111

Color Harmonies of #752743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752743

Black with #752743

Text Example


Text Example

White with #752743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752743; }

 p { color: rgb(117,39,67); }

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

background-color css

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

 a { background-color: rgb(117,39,67); }

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

border-color css

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

 span { border-color: rgb(117,39,67); }

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