Html Css Color HEX #741643 Pompadour

📋 copy color: '#741643'

red 116 ◦ green 22 ◦ blue 67

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

Shades of Pompadour #741643

Tints of Pompadour #741643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.73%

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

R = 56.59%
G = 10.73%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#741643 (or 0x741643) is known color: Pompadour. HEX triplet: 74, 16 and 43. RGB value is (116,22,67). Sum of RGB (Red+Green+Blue) = 116+22+67=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #741643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741643 is #8BE9BC. Grayscale: #373737. Windows color (decimal): -9169341 or 4396660. OLE color: 4396660.

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

Color convert

RGB 116 22 67 -
CMYK 0 0.81 0.42 0.55
HSL 331.28º 0.68% 0.27% -
HSV(B) 331.28º 0.81% 0.45% -
XYZ 8.5 4.69 5.77 -
YUV 55.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 116 22 67 0 0.81 0.42 0.55 331.28 0.68 0.27
Hex 74 16 43 0 51 2A 37 14B 44 1B
Octal 164 26 103 0 121 52 67 513 104 33
Binary 1110100 10110 1000011 0 1010001 101010 110111 101001011 1000100 11011

Color Harmonies of #741643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741643

Black with #741643

Text Example


Text Example

White with #741643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741643; }

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

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

background-color css

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

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

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

border-color css

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

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

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