Html Css Color HEX #762548 Flirt

📋 copy color: '#762548'

red 118 ◦ green 37 ◦ blue 72

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

Shades of Flirt #762548

Tints of Flirt #762548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 51.98%
G = 16.3%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#762548 (or 0x762548) is known color: Flirt. HEX triplet: 76, 25 and 48. RGB value is (118,37,72). Sum of RGB (Red+Green+Blue) = 118+37+72=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #762548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762548 is #89DAB7. Grayscale: #414141. Windows color (decimal): -9034424 or 4728182. OLE color: 4728182.

HSL color Cylindrical-coordinate representation of color #762548: hue angle of 334.07º degrees, saturation: 0.52, 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 #762548 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 72 -
CMYK 0 0.69 0.39 0.54
HSL 334.07º 0.52% 0.3% -
HSV(B) 334.07º 0.69% 0.46% -
XYZ 9.3 5.64 6.73 -
YUV 65.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 118 37 72 0 0.69 0.39 0.54 334.07 0.52 0.3
Hex 76 25 48 0 45 27 36 14E 34 1E
Octal 166 45 110 0 105 47 66 516 64 36
Binary 1110110 100101 1001000 0 1000101 100111 110110 101001110 110100 11110

Color Harmonies of #762548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762548

Black with #762548

Text Example


Text Example

White with #762548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762548; }

 p { color: rgb(118,37,72); }

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

background-color css

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

 a { background-color: rgb(118,37,72); }

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

border-color css

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

 span { border-color: rgb(118,37,72); }

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