Html Css Color HEX #751653 Pompadour

📋 copy color: '#751653'

red 117 ◦ green 22 ◦ blue 83

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

Shades of Pompadour #751653

Tints of Pompadour #751653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.91%

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

R = 52.7%
G = 9.91%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#751653 (or 0x751653) is known color: Pompadour. HEX triplet: 75, 16 and 53. RGB value is (117,22,83). Sum of RGB (Red+Green+Blue) = 117+22+83=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #751653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751653 is #8AE9AC. Grayscale: #393939. Windows color (decimal): -9103789 or 5445237. OLE color: 5445237.

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

Color convert

RGB 117 22 83 -
CMYK 0 0.81 0.29 0.54
HSL 321.47º 0.68% 0.27% -
HSV(B) 321.47º 0.81% 0.46% -
XYZ 9.18 4.98 8.66 -
YUV 57.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 117 22 83 0 0.81 0.29 0.54 321.47 0.68 0.27
Hex 75 16 53 0 51 1D 36 141 44 1B
Octal 165 26 123 0 121 35 66 501 104 33
Binary 1110101 10110 1010011 0 1010001 11101 110110 101000001 1000100 11011

Color Harmonies of #751653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751653

Black with #751653

Text Example


Text Example

White with #751653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751653; }

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

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

background-color css

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

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

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

border-color css

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

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

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