Html Css Color HEX #75234C Pompadour

📋 copy color: '#75234C'

red 117 ◦ green 35 ◦ blue 76

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

Shades of Pompadour #75234C

Tints of Pompadour #75234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.33%

R = 51.32%
G = 15.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75234C (or 0x75234C) is known color: Pompadour. HEX triplet: 75, 23 and 4C. RGB value is (117,35,76). Sum of RGB (Red+Green+Blue) = 117+35+76=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75234C is #8ADCB3. Grayscale: #404040. Windows color (decimal): -9100468 or 4989813. OLE color: 4989813.

HSL color Cylindrical-coordinate representation of color #75234C: hue angle of 330º 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 #75234C is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 76 -
CMYK 0 0.70 0.35 0.54
HSL 330º 0.54% 0.3% -
HSV(B) 330º 0.7% 0.46% -
XYZ 9.24 5.51 7.41 -
YUV 64.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 117 35 76 0 0.70 0.35 0.54 330 0.54 0.3
Hex 75 23 4C 0 46 23 36 14A 36 1E
Octal 165 43 114 0 106 43 66 512 66 36
Binary 1110101 100011 1001100 0 1000110 100011 110110 101001010 110110 11110

Color Harmonies of #75234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75234C

Black with #75234C

Text Example


Text Example

White with #75234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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