Html Css Color HEX #762353 Flirt

📋 copy color: '#762353'

red 118 ◦ green 35 ◦ blue 83

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

Shades of Flirt #762353

Tints of Flirt #762353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

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

R = 50%
G = 14.83%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#762353 (or 0x762353) is known color: Flirt. HEX triplet: 76, 23 and 53. RGB value is (118,35,83). Sum of RGB (Red+Green+Blue) = 118+35+83=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #762353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762353 is #89DCAC. Grayscale: #414141. Windows color (decimal): -9034925 or 5448566. OLE color: 5448566.

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

Color convert

RGB 118 35 83 -
CMYK 0 0.70 0.30 0.54
HSL 325.3º 0.54% 0.3% -
HSV(B) 325.3º 0.7% 0.46% -
XYZ 9.63 5.68 8.77 -
YUV 65.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 118 35 83 0 0.70 0.30 0.54 325.3 0.54 0.3
Hex 76 23 53 0 46 1E 36 145 36 1E
Octal 166 43 123 0 106 36 66 505 66 36
Binary 1110110 100011 1010011 0 1000110 11110 110110 101000101 110110 11110

Color Harmonies of #762353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762353

Black with #762353

Text Example


Text Example

White with #762353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762353; }

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

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

background-color css

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

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

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

border-color css

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

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

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