Html Css Color HEX #751E42 Pompadour

📋 copy color: '#751E42'

red 117 ◦ green 30 ◦ blue 66

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

Shades of Pompadour #751E42

Tints of Pompadour #751E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.08%

 BLUE value IS 66 (26.17% from 255) = 30.99%

R = 54.93%
G = 14.08%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#751E42 (or 0x751E42) is known color: Pompadour. HEX triplet: 75, 1E and 42. RGB value is (117,30,66). Sum of RGB (Red+Green+Blue) = 117+30+66=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #751E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751E42 is #8AE1BD. Grayscale: #3C3C3C. Windows color (decimal): -9101758 or 4333173. OLE color: 4333173.

HSL color Cylindrical-coordinate representation of color #751E42: hue angle of 335.17º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751E42 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 30 66 -
CMYK 0 0.74 0.44 0.54
HSL 335.17º 0.59% 0.29% -
HSV(B) 335.17º 0.74% 0.46% -
XYZ 8.78 5.1 5.68 -
YUV 60.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 117 30 66 0 0.74 0.44 0.54 335.17 0.59 0.29
Hex 75 1E 42 0 4A 2C 36 14F 3B 1D
Octal 165 36 102 0 112 54 66 517 73 35
Binary 1110101 11110 1000010 0 1001010 101100 110110 101001111 111011 11101

Color Harmonies of #751E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E42

Black with #751E42

Text Example


Text Example

White with #751E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751E42; }

 p { color: rgb(117,30,66); }

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

background-color css

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

 a { background-color: rgb(117,30,66); }

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

border-color css

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

 span { border-color: rgb(117,30,66); }

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