Html Css Color HEX #751255 Pompadour

📋 copy color: '#751255'

red 117 ◦ green 18 ◦ blue 85

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

Shades of Pompadour #751255

Tints of Pompadour #751255

RGB

 RED value IS 117 (46.09% from 255) = 53.18%

 GREEN value IS 18 (7.42% from 255) = 8.18%

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 53.18%
G = 8.18%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#751255 (or 0x751255) is known color: Pompadour. HEX triplet: 75, 12 and 55. RGB value is (117,18,85). Sum of RGB (Red+Green+Blue) = 117+18+85=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #751255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751255 is #8AEDAA. Grayscale: #373737. Windows color (decimal): -9104811 or 5575285. OLE color: 5575285.

HSL color Cylindrical-coordinate representation of color #751255: hue angle of 319.39º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751255 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 85 -
CMYK 0 0.85 0.27 0.54
HSL 319.39º 0.73% 0.26% -
HSV(B) 319.39º 0.85% 0.46% -
XYZ 9.19 4.87 9.05 -
YUV 55.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 117 18 85 0 0.85 0.27 0.54 319.39 0.73 0.26
Hex 75 12 55 0 55 1B 36 13F 49 1A
Octal 165 22 125 0 125 33 66 477 111 32
Binary 1110101 10010 1010101 0 1010101 11011 110110 100111111 1001001 11010

Color Harmonies of #751255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751255

Black with #751255

Text Example


Text Example

White with #751255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751255; }

 p { color: rgb(117,18,85); }

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

background-color css

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

 a { background-color: rgb(117,18,85); }

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

border-color css

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

 span { border-color: rgb(117,18,85); }

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