Html Css Color HEX #742852 Flirt

📋 copy color: '#742852'

red 116 ◦ green 40 ◦ blue 82

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

Shades of Flirt #742852

Tints of Flirt #742852

RGB

 RED value IS 116 (45.7% from 255) = 48.74%

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

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

R = 48.74%
G = 16.81%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#742852 (or 0x742852) is known color: Flirt. HEX triplet: 74, 28 and 52. RGB value is (116,40,82). Sum of RGB (Red+Green+Blue) = 116+40+82=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #742852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742852 is #8BD7AD. Grayscale: #434343. Windows color (decimal): -9164718 or 5384308. OLE color: 5384308.

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

Color convert

RGB 116 40 82 -
CMYK 0 0.66 0.29 0.55
HSL 326.84º 0.49% 0.31% -
HSV(B) 326.84º 0.66% 0.45% -
XYZ 9.48 5.84 8.61 -
YUV 67.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 116 40 82 0 0.66 0.29 0.55 326.84 0.49 0.31
Hex 74 28 52 0 42 1D 37 147 31 1F
Octal 164 50 122 0 102 35 67 507 61 37
Binary 1110100 101000 1010010 0 1000010 11101 110111 101000111 110001 11111

Color Harmonies of #742852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742852

Black with #742852

Text Example


Text Example

White with #742852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742852; }

 p { color: rgb(116,40,82); }

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

background-color css

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

 a { background-color: rgb(116,40,82); }

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

border-color css

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

 span { border-color: rgb(116,40,82); }

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