Html Css Color HEX #75203F Pompadour

📋 copy color: '#75203F'

red 117 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #75203F

Tints of Pompadour #75203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 63 (25% from 255) = 29.72%

R = 55.19%
G = 15.09%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75203F (or 0x75203F) is known color: Pompadour. HEX triplet: 75, 20 and 3F. RGB value is (117,32,63). Sum of RGB (Red+Green+Blue) = 117+32+63=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75203F is #8ADFC0. Grayscale: #3C3C3C. Windows color (decimal): -9101249 or 4137077. OLE color: 4137077.

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

Color convert

RGB 117 32 63 -
CMYK 0 0.73 0.46 0.54
HSL 338.12º 0.57% 0.29% -
HSV(B) 338.12º 0.73% 0.46% -
XYZ 8.75 5.17 5.24 -
YUV 60.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 117 32 63 0 0.73 0.46 0.54 338.12 0.57 0.29
Hex 75 20 3F 0 49 2E 36 152 39 1D
Octal 165 40 77 0 111 56 66 522 71 35
Binary 1110101 100000 111111 0 1001001 101110 110110 101010010 111001 11101

Color Harmonies of #75203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75203F

Black with #75203F

Text Example


Text Example

White with #75203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75203F; }

 p { color: rgb(117,32,63); }

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

background-color css

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

 a { background-color: rgb(117,32,63); }

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

border-color css

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

 span { border-color: rgb(117,32,63); }

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