Html Css Color HEX #752848 Flirt

📋 copy color: '#752848'

red 117 ◦ green 40 ◦ blue 72

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

Shades of Flirt #752848

Tints of Flirt #752848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.44%

R = 51.09%
G = 17.47%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#752848 (or 0x752848) is known color: Flirt. HEX triplet: 75, 28 and 48. RGB value is (117,40,72). Sum of RGB (Red+Green+Blue) = 117+40+72=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #752848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752848 is #8AD7B7. Grayscale: #424242. Windows color (decimal): -9099192 or 4728949. OLE color: 4728949.

HSL color Cylindrical-coordinate representation of color #752848: hue angle of 335.06º 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 #752848 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 72 -
CMYK 0 0.66 0.38 0.54
HSL 335.06º 0.49% 0.31% -
HSV(B) 335.06º 0.66% 0.46% -
XYZ 9.26 5.77 6.76 -
YUV 66.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 117 40 72 0 0.66 0.38 0.54 335.06 0.49 0.31
Hex 75 28 48 0 42 26 36 14F 31 1F
Octal 165 50 110 0 102 46 66 517 61 37
Binary 1110101 101000 1001000 0 1000010 100110 110110 101001111 110001 11111

Color Harmonies of #752848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752848

Black with #752848

Text Example


Text Example

White with #752848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752848; }

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

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

background-color css

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

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

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

border-color css

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

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

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