Html Css Color HEX #762453 Flirt

📋 copy color: '#762453'

red 118 ◦ green 36 ◦ blue 83

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

Shades of Flirt #762453

Tints of Flirt #762453

RGB

 RED value IS 118 (46.48% from 255) = 49.79%

 GREEN value IS 36 (14.45% from 255) = 15.19%

 BLUE value IS 83 (32.81% from 255) = 35.02%

R = 49.79%
G = 15.19%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#762453 (or 0x762453) is known color: Flirt. HEX triplet: 76, 24 and 53. RGB value is (118,36,83). Sum of RGB (Red+Green+Blue) = 118+36+83=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #762453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762453 is #89DBAC. Grayscale: #414141. Windows color (decimal): -9034669 or 5448822. OLE color: 5448822.

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

Color convert

RGB 118 36 83 -
CMYK 0 0.69 0.30 0.54
HSL 325.61º 0.53% 0.3% -
HSV(B) 325.61º 0.69% 0.46% -
XYZ 9.66 5.74 8.78 -
YUV 65.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 118 36 83 0 0.69 0.30 0.54 325.61 0.53 0.3
Hex 76 24 53 0 45 1E 36 146 35 1E
Octal 166 44 123 0 105 36 66 506 65 36
Binary 1110110 100100 1010011 0 1000101 11110 110110 101000110 110101 11110

Color Harmonies of #762453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762453

Black with #762453

Text Example


Text Example

White with #762453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762453; }

 p { color: rgb(118,36,83); }

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

background-color css

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

 a { background-color: rgb(118,36,83); }

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

border-color css

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

 span { border-color: rgb(118,36,83); }

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