Html Css Color HEX #741E44 Pompadour

📋 copy color: '#741E44'

red 116 ◦ green 30 ◦ blue 68

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

Shades of Pompadour #741E44

Tints of Pompadour #741E44

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.02%

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

R = 54.21%
G = 14.02%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#741E44 (or 0x741E44) is known color: Pompadour. HEX triplet: 74, 1E and 44. RGB value is (116,30,68). Sum of RGB (Red+Green+Blue) = 116+30+68=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #741E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E44 is #8BE1BB. Grayscale: #3B3B3B. Windows color (decimal): -9167292 or 4464244. OLE color: 4464244.

HSL color Cylindrical-coordinate representation of color #741E44: hue angle of 333.49º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E44 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 30 68 -
CMYK 0 0.74 0.41 0.55
HSL 333.49º 0.59% 0.29% -
HSV(B) 333.49º 0.74% 0.45% -
XYZ 8.71 5.06 5.99 -
YUV 60.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 116 30 68 0 0.74 0.41 0.55 333.49 0.59 0.29
Hex 74 1E 44 0 4A 29 37 14D 3B 1D
Octal 164 36 104 0 112 51 67 515 73 35
Binary 1110100 11110 1000100 0 1001010 101001 110111 101001101 111011 11101

Color Harmonies of #741E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E44

Black with #741E44

Text Example


Text Example

White with #741E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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