Html Css Color HEX #751753 Pompadour

📋 copy color: '#751753'

red 117 ◦ green 23 ◦ blue 83

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

Shades of Pompadour #751753

Tints of Pompadour #751753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 52.47%
G = 10.31%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#751753 (or 0x751753) is known color: Pompadour. HEX triplet: 75, 17 and 53. RGB value is (117,23,83). Sum of RGB (Red+Green+Blue) = 117+23+83=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751753 is #8AE8AC. Grayscale: #393939. Windows color (decimal): -9103533 or 5445493. OLE color: 5445493.

HSL color Cylindrical-coordinate representation of color #751753: hue angle of 321.7º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751753 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 83 -
CMYK 0 0.80 0.29 0.54
HSL 321.7º 0.67% 0.27% -
HSV(B) 321.7º 0.8% 0.46% -
XYZ 9.2 5.02 8.67 -
YUV 57.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 117 23 83 0 0.80 0.29 0.54 321.7 0.67 0.27
Hex 75 17 53 0 50 1D 36 142 43 1B
Octal 165 27 123 0 120 35 66 502 103 33
Binary 1110101 10111 1010011 0 1010000 11101 110110 101000010 1000011 11011

Color Harmonies of #751753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751753

Black with #751753

Text Example


Text Example

White with #751753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751753; }

 p { color: rgb(117,23,83); }

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

background-color css

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

 a { background-color: rgb(117,23,83); }

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

border-color css

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

 span { border-color: rgb(117,23,83); }

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