Html Css Color HEX #742443 Pompadour

📋 copy color: '#742443'

red 116 ◦ green 36 ◦ blue 67

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

Shades of Pompadour #742443

Tints of Pompadour #742443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

 BLUE value IS 67 (26.56% from 255) = 30.59%

R = 52.97%
G = 16.44%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#742443 (or 0x742443) is known color: Pompadour. HEX triplet: 74, 24 and 43. RGB value is (116,36,67). Sum of RGB (Red+Green+Blue) = 116+36+67=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #742443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742443 is #8BDBBC. Grayscale: #3F3F3F. Windows color (decimal): -9165757 or 4400244. OLE color: 4400244.

HSL color Cylindrical-coordinate representation of color #742443: hue angle of 336.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742443 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 67 -
CMYK 0 0.69 0.42 0.55
HSL 336.75º 0.53% 0.3% -
HSV(B) 336.75º 0.69% 0.45% -
XYZ 8.85 5.38 5.88 -
YUV 63.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 116 36 67 0 0.69 0.42 0.55 336.75 0.53 0.3
Hex 74 24 43 0 45 2A 37 151 35 1E
Octal 164 44 103 0 105 52 67 521 65 36
Binary 1110100 100100 1000011 0 1000101 101010 110111 101010001 110101 11110

Color Harmonies of #742443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742443

Black with #742443

Text Example


Text Example

White with #742443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742443; }

 p { color: rgb(116,36,67); }

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

background-color css

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

 a { background-color: rgb(116,36,67); }

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

border-color css

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

 span { border-color: rgb(116,36,67); }

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