Html Css Color HEX #752846 Flirt

📋 copy color: '#752846'

red 117 ◦ green 40 ◦ blue 70

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

Shades of Flirt #752846

Tints of Flirt #752846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

 BLUE value IS 70 (27.73% from 255) = 30.84%

R = 51.54%
G = 17.62%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#752846 (or 0x752846) is known color: Flirt. HEX triplet: 75, 28 and 46. RGB value is (117,40,70). Sum of RGB (Red+Green+Blue) = 117+40+70=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #752846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752846 is #8AD7B9. Grayscale: #424242. Windows color (decimal): -9099194 or 4597877. OLE color: 4597877.

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

Color convert

RGB 117 40 70 -
CMYK 0 0.66 0.40 0.54
HSL 336.62º 0.49% 0.31% -
HSV(B) 336.62º 0.66% 0.46% -
XYZ 9.2 5.74 6.42 -
YUV 66.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 117 40 70 0 0.66 0.40 0.54 336.62 0.49 0.31
Hex 75 28 46 0 42 28 36 151 31 1F
Octal 165 50 106 0 102 50 66 521 61 37
Binary 1110101 101000 1000110 0 1000010 101000 110110 101010001 110001 11111

Color Harmonies of #752846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752846

Black with #752846

Text Example


Text Example

White with #752846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752846; }

 p { color: rgb(117,40,70); }

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

background-color css

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

 a { background-color: rgb(117,40,70); }

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

border-color css

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

 span { border-color: rgb(117,40,70); }

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