Html Css Color HEX #74234F Pompadour

📋 copy color: '#74234F'

red 116 ◦ green 35 ◦ blue 79

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

Shades of Pompadour #74234F

Tints of Pompadour #74234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.35%

R = 50.43%
G = 15.22%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74234F (or 0x74234F) is known color: Pompadour. HEX triplet: 74, 23 and 4F. RGB value is (116,35,79). Sum of RGB (Red+Green+Blue) = 116+35+79=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74234F is #8BDCB0. Grayscale: #404040. Windows color (decimal): -9166001 or 5186420. OLE color: 5186420.

HSL color Cylindrical-coordinate representation of color #74234F: hue angle of 327.41º 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 #74234F is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 79 -
CMYK 0 0.70 0.32 0.55
HSL 327.41º 0.54% 0.3% -
HSV(B) 327.41º 0.7% 0.45% -
XYZ 9.21 5.48 7.97 -
YUV 64.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 116 35 79 0 0.70 0.32 0.55 327.41 0.54 0.3
Hex 74 23 4F 0 46 20 37 147 36 1E
Octal 164 43 117 0 106 40 67 507 66 36
Binary 1110100 100011 1001111 0 1000110 100000 110111 101000111 110110 11110

Color Harmonies of #74234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74234F

Black with #74234F

Text Example


Text Example

White with #74234F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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