Html Css Color HEX #752140 Pompadour

📋 copy color: '#752140'

red 117 ◦ green 33 ◦ blue 64

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

Shades of Pompadour #752140

Tints of Pompadour #752140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 54.67%
G = 15.42%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#752140 (or 0x752140) is known color: Pompadour. HEX triplet: 75, 21 and 40. RGB value is (117,33,64). Sum of RGB (Red+Green+Blue) = 117+33+64=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #752140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752140 is #8ADEBF. Grayscale: #3D3D3D. Windows color (decimal): -9100992 or 4202869. OLE color: 4202869.

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

Color convert

RGB 117 33 64 -
CMYK 0 0.72 0.45 0.54
HSL 337.86º 0.56% 0.29% -
HSV(B) 337.86º 0.72% 0.46% -
XYZ 8.81 5.24 5.4 -
YUV 61.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 117 33 64 0 0.72 0.45 0.54 337.86 0.56 0.29
Hex 75 21 40 0 48 2D 36 152 38 1D
Octal 165 41 100 0 110 55 66 522 70 35
Binary 1110101 100001 1000000 0 1001000 101101 110110 101010010 111000 11101

Color Harmonies of #752140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752140

Black with #752140

Text Example


Text Example

White with #752140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752140; }

 p { color: rgb(117,33,64); }

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

background-color css

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

 a { background-color: rgb(117,33,64); }

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

border-color css

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

 span { border-color: rgb(117,33,64); }

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