Html Css Color HEX #74234D Pompadour

📋 copy color: '#74234D'

red 116 ◦ green 35 ◦ blue 77

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

Shades of Pompadour #74234D

Tints of Pompadour #74234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 50.88%
G = 15.35%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74234D (or 0x74234D) is known color: Pompadour. HEX triplet: 74, 23 and 4D. RGB value is (116,35,77). Sum of RGB (Red+Green+Blue) = 116+35+77=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74234D is #8BDCB2. Grayscale: #3F3F3F. Windows color (decimal): -9166003 or 5055348. OLE color: 5055348.

HSL color Cylindrical-coordinate representation of color #74234D: hue angle of 328.89º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74234D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 77 -
CMYK 0 0.70 0.34 0.55
HSL 328.89º 0.54% 0.3% -
HSV(B) 328.89º 0.7% 0.45% -
XYZ 9.14 5.45 7.59 -
YUV 64.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 116 35 77 0 0.70 0.34 0.55 328.89 0.54 0.3
Hex 74 23 4D 0 46 22 37 149 36 1E
Octal 164 43 115 0 106 42 67 511 66 36
Binary 1110100 100011 1001101 0 1000110 100010 110111 101001001 110110 11110

Color Harmonies of #74234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74234D

Black with #74234D

Text Example


Text Example

White with #74234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74234D; }

 p { color: rgb(116,35,77); }

 H1.HeaderClassName
 {
   color: #74234D;
 }
 .AnyTagClassName
 {
   color: #74234D;
 }
</style>

background-color css

<style>
 a { background-color: #74234D; }

 a { background-color: rgb(116,35,77); }

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

border-color css

<style>
 span { border-color: #74234D; }

 span { border-color: rgb(116,35,77); }

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