Html Css Color HEX #75234B Pompadour

📋 copy color: '#75234B'

red 117 ◦ green 35 ◦ blue 75

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

Shades of Pompadour #75234B

Tints of Pompadour #75234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 51.54%
G = 15.42%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75234B (or 0x75234B) is known color: Pompadour. HEX triplet: 75, 23 and 4B. RGB value is (117,35,75). Sum of RGB (Red+Green+Blue) = 117+35+75=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75234B is #8ADCB4. Grayscale: #404040. Windows color (decimal): -9100469 or 4924277. OLE color: 4924277.

HSL color Cylindrical-coordinate representation of color #75234B: hue angle of 330.73º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75234B is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 75 -
CMYK 0 0.70 0.36 0.54
HSL 330.73º 0.54% 0.3% -
HSV(B) 330.73º 0.7% 0.46% -
XYZ 9.21 5.49 7.23 -
YUV 64.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 117 35 75 0 0.70 0.36 0.54 330.73 0.54 0.3
Hex 75 23 4B 0 46 24 36 14B 36 1E
Octal 165 43 113 0 106 44 66 513 66 36
Binary 1110101 100011 1001011 0 1000110 100100 110110 101001011 110110 11110

Color Harmonies of #75234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75234B

Black with #75234B

Text Example


Text Example

White with #75234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75234B; }

 p { color: rgb(117,35,75); }

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

background-color css

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

 a { background-color: rgb(117,35,75); }

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

border-color css

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

 span { border-color: rgb(117,35,75); }

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