Html Css Color HEX #762B53 Flirt

📋 copy color: '#762B53'

red 118 ◦ green 43 ◦ blue 83

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

Shades of Flirt #762B53

Tints of Flirt #762B53

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.62%

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

R = 48.36%
G = 17.62%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#762B53 (or 0x762B53) is known color: Flirt. HEX triplet: 76, 2B and 53. RGB value is (118,43,83). Sum of RGB (Red+Green+Blue) = 118+43+83=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #762B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B53 is #89D4AC. Grayscale: #454545. Windows color (decimal): -9032877 or 5450614. OLE color: 5450614.

HSL color Cylindrical-coordinate representation of color #762B53: hue angle of 328º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B53 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 43 83 -
CMYK 0 0.64 0.30 0.54
HSL 328º 0.47% 0.32% -
HSV(B) 328º 0.64% 0.46% -
XYZ 9.9 6.2 8.86 -
YUV 69.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 118 43 83 0 0.64 0.30 0.54 328 0.47 0.32
Hex 76 2B 53 0 40 1E 36 148 2F 20
Octal 166 53 123 0 100 36 66 510 57 40
Binary 1110110 101011 1010011 0 1000000 11110 110110 101001000 101111 100000

Color Harmonies of #762B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B53

Black with #762B53

Text Example


Text Example

White with #762B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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