Html Css Color HEX #741343 Pompadour

📋 copy color: '#741343'

red 116 ◦ green 19 ◦ blue 67

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

Shades of Pompadour #741343

Tints of Pompadour #741343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 57.43%
G = 9.41%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#741343 (or 0x741343) is known color: Pompadour. HEX triplet: 74, 13 and 43. RGB value is (116,19,67). Sum of RGB (Red+Green+Blue) = 116+19+67=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #741343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741343 is #8BECBC. Grayscale: #353535. Windows color (decimal): -9170109 or 4395892. OLE color: 4395892.

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

Color convert

RGB 116 19 67 -
CMYK 0 0.84 0.42 0.55
HSL 330.31º 0.72% 0.26% -
HSV(B) 330.31º 0.84% 0.45% -
XYZ 8.45 4.58 5.75 -
YUV 53.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 116 19 67 0 0.84 0.42 0.55 330.31 0.72 0.26
Hex 74 13 43 0 54 2A 37 14A 48 1A
Octal 164 23 103 0 124 52 67 512 110 32
Binary 1110100 10011 1000011 0 1010100 101010 110111 101001010 1001000 11010

Color Harmonies of #741343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741343

Black with #741343

Text Example


Text Example

White with #741343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741343; }

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

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

background-color css

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

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

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

border-color css

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

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

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