Html Css Color HEX #76224B Pompadour

📋 copy color: '#76224B'

red 118 ◦ green 34 ◦ blue 75

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

Shades of Pompadour #76224B

Tints of Pompadour #76224B

RGB

 RED value IS 118 (46.48% from 255) = 51.98%

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

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

R = 51.98%
G = 14.98%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76224B (or 0x76224B) is known color: Pompadour. HEX triplet: 76, 22 and 4B. RGB value is (118,34,75). Sum of RGB (Red+Green+Blue) = 118+34+75=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76224B is #89DDB4. Grayscale: #3F3F3F. Windows color (decimal): -9035189 or 4924022. OLE color: 4924022.

HSL color Cylindrical-coordinate representation of color #76224B: hue angle of 330.71º 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 #76224B is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 75 -
CMYK 0 0.71 0.36 0.54
HSL 330.71º 0.55% 0.3% -
HSV(B) 330.71º 0.71% 0.46% -
XYZ 9.31 5.5 7.23 -
YUV 63.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 118 34 75 0 0.71 0.36 0.54 330.71 0.55 0.3
Hex 76 22 4B 0 47 24 36 14B 37 1E
Octal 166 42 113 0 107 44 66 513 67 36
Binary 1110110 100010 1001011 0 1000111 100100 110110 101001011 110111 11110

Color Harmonies of #76224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76224B

Black with #76224B

Text Example


Text Example

White with #76224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,34,75); }

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

background-color css

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

 a { background-color: rgb(118,34,75); }

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

border-color css

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

 span { border-color: rgb(118,34,75); }

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