Html Css Color HEX #752145 Pompadour

📋 copy color: '#752145'

red 117 ◦ green 33 ◦ blue 69

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

Shades of Pompadour #752145

Tints of Pompadour #752145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.51%

R = 53.42%
G = 15.07%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#752145 (or 0x752145) is known color: Pompadour. HEX triplet: 75, 21 and 45. RGB value is (117,33,69). Sum of RGB (Red+Green+Blue) = 117+33+69=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #752145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752145 is #8ADEBA. Grayscale: #3E3E3E. Windows color (decimal): -9100987 or 4530549. OLE color: 4530549.

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

Color convert

RGB 117 33 69 -
CMYK 0 0.72 0.41 0.54
HSL 334.29º 0.56% 0.29% -
HSV(B) 334.29º 0.72% 0.46% -
XYZ 8.95 5.3 6.18 -
YUV 62.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 117 33 69 0 0.72 0.41 0.54 334.29 0.56 0.29
Hex 75 21 45 0 48 29 36 14E 38 1D
Octal 165 41 105 0 110 51 66 516 70 35
Binary 1110101 100001 1000101 0 1001000 101001 110110 101001110 111000 11101

Color Harmonies of #752145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752145

Black with #752145

Text Example


Text Example

White with #752145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752145; }

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

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

background-color css

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

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

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

border-color css

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

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

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