Html Css Color HEX #751650 Pompadour

📋 copy color: '#751650'

red 117 ◦ green 22 ◦ blue 80

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

Shades of Pompadour #751650

Tints of Pompadour #751650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 53.42%
G = 10.05%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#751650 (or 0x751650) is known color: Pompadour. HEX triplet: 75, 16 and 50. RGB value is (117,22,80). Sum of RGB (Red+Green+Blue) = 117+22+80=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #751650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751650 is #8AE9AF. Grayscale: #383838. Windows color (decimal): -9103792 or 5248629. OLE color: 5248629.

HSL color Cylindrical-coordinate representation of color #751650: hue angle of 323.37º 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 #751650 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 80 -
CMYK 0 0.81 0.32 0.54
HSL 323.37º 0.68% 0.27% -
HSV(B) 323.37º 0.81% 0.46% -
XYZ 9.07 4.93 8.06 -
YUV 57.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 117 22 80 0 0.81 0.32 0.54 323.37 0.68 0.27
Hex 75 16 50 0 51 20 36 143 44 1B
Octal 165 26 120 0 121 40 66 503 104 33
Binary 1110101 10110 1010000 0 1010001 100000 110110 101000011 1000100 11011

Color Harmonies of #751650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751650

Black with #751650

Text Example


Text Example

White with #751650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751650; }

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

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

background-color css

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

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

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

border-color css

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

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

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