Html Css Color HEX #741646 Pompadour

📋 copy color: '#741646'

red 116 ◦ green 22 ◦ blue 70

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

Shades of Pompadour #741646

Tints of Pompadour #741646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 55.77%
G = 10.58%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#741646 (or 0x741646) is known color: Pompadour. HEX triplet: 74, 16 and 46. RGB value is (116,22,70). Sum of RGB (Red+Green+Blue) = 116+22+70=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #741646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741646 is #8BE9B9. Grayscale: #373737. Windows color (decimal): -9169338 or 4593268. OLE color: 4593268.

HSL color Cylindrical-coordinate representation of color #741646: hue angle of 329.36º 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 #741646 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 70 -
CMYK 0 0.81 0.40 0.55
HSL 329.36º 0.68% 0.27% -
HSV(B) 329.36º 0.81% 0.45% -
XYZ 8.59 4.73 6.25 -
YUV 55.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 116 22 70 0 0.81 0.40 0.55 329.36 0.68 0.27
Hex 74 16 46 0 51 28 37 149 44 1B
Octal 164 26 106 0 121 50 67 511 104 33
Binary 1110100 10110 1000110 0 1010001 101000 110111 101001001 1000100 11011

Color Harmonies of #741646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741646

Black with #741646

Text Example


Text Example

White with #741646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741646; }

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

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

background-color css

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

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

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

border-color css

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

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

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