Html Css Color HEX #741644 Pompadour

📋 copy color: '#741644'

red 116 ◦ green 22 ◦ blue 68

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

Shades of Pompadour #741644

Tints of Pompadour #741644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 56.31%
G = 10.68%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#741644 (or 0x741644) is known color: Pompadour. HEX triplet: 74, 16 and 44. RGB value is (116,22,68). Sum of RGB (Red+Green+Blue) = 116+22+68=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #741644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741644 is #8BE9BB. Grayscale: #373737. Windows color (decimal): -9169340 or 4462196. OLE color: 4462196.

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

Color convert

RGB 116 22 68 -
CMYK 0 0.81 0.41 0.55
HSL 330.64º 0.68% 0.27% -
HSV(B) 330.64º 0.81% 0.45% -
XYZ 8.53 4.7 5.93 -
YUV 55.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 116 22 68 0 0.81 0.41 0.55 330.64 0.68 0.27
Hex 74 16 44 0 51 29 37 14B 44 1B
Octal 164 26 104 0 121 51 67 513 104 33
Binary 1110100 10110 1000100 0 1010001 101001 110111 101001011 1000100 11011

Color Harmonies of #741644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741644

Black with #741644

Text Example


Text Example

White with #741644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741644; }

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

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

background-color css

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

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

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

border-color css

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

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

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