Html Css Color HEX #752245 Pompadour

📋 copy color: '#752245'

red 117 ◦ green 34 ◦ blue 69

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

Shades of Pompadour #752245

Tints of Pompadour #752245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

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

R = 53.18%
G = 15.45%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#752245 (or 0x752245) is known color: Pompadour. HEX triplet: 75, 22 and 45. RGB value is (117,34,69). Sum of RGB (Red+Green+Blue) = 117+34+69=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #752245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752245 is #8ADDBA. Grayscale: #3E3E3E. Windows color (decimal): -9100731 or 4530805. OLE color: 4530805.

HSL color Cylindrical-coordinate representation of color #752245: hue angle of 334.7º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752245 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 34 69 -
CMYK 0 0.71 0.41 0.54
HSL 334.7º 0.55% 0.3% -
HSV(B) 334.7º 0.71% 0.46% -
XYZ 8.98 5.36 6.19 -
YUV 62.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 117 34 69 0 0.71 0.41 0.54 334.7 0.55 0.3
Hex 75 22 45 0 47 29 36 14F 37 1E
Octal 165 42 105 0 107 51 66 517 67 36
Binary 1110101 100010 1000101 0 1000111 101001 110110 101001111 110111 11110

Color Harmonies of #752245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752245

Black with #752245

Text Example


Text Example

White with #752245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752245; }

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

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

background-color css

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

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

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

border-color css

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

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

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