Html Css Color HEX #74204B Pompadour

📋 copy color: '#74204B'

red 116 ◦ green 32 ◦ blue 75

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

Shades of Pompadour #74204B

Tints of Pompadour #74204B

RGB

 RED value IS 116 (45.7% from 255) = 52.02%

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

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

R = 52.02%
G = 14.35%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74204B (or 0x74204B) is known color: Pompadour. HEX triplet: 74, 20 and 4B. RGB value is (116,32,75). Sum of RGB (Red+Green+Blue) = 116+32+75=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #74204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74204B is #8BDFB4. Grayscale: #3D3D3D. Windows color (decimal): -9166773 or 4923508. OLE color: 4923508.

HSL color Cylindrical-coordinate representation of color #74204B: hue angle of 329.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74204B is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 75 -
CMYK 0 0.72 0.35 0.55
HSL 329.29º 0.57% 0.29% -
HSV(B) 329.29º 0.72% 0.45% -
XYZ 8.99 5.25 7.2 -
YUV 62.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 116 32 75 0 0.72 0.35 0.55 329.29 0.57 0.29
Hex 74 20 4B 0 48 23 37 149 39 1D
Octal 164 40 113 0 110 43 67 511 71 35
Binary 1110100 100000 1001011 0 1001000 100011 110111 101001001 111001 11101

Color Harmonies of #74204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74204B

Black with #74204B

Text Example


Text Example

White with #74204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,32,75); }

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

background-color css

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

 a { background-color: rgb(116,32,75); }

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

border-color css

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

 span { border-color: rgb(116,32,75); }

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