Html Css Color HEX #741953 Pompadour

📋 copy color: '#741953'

red 116 ◦ green 25 ◦ blue 83

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

Shades of Pompadour #741953

Tints of Pompadour #741953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

 BLUE value IS 83 (32.81% from 255) = 37.05%

R = 51.79%
G = 11.16%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#741953 (or 0x741953) is known color: Pompadour. HEX triplet: 74, 19 and 53. RGB value is (116,25,83). Sum of RGB (Red+Green+Blue) = 116+25+83=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #741953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741953 is #8BE6AC. Grayscale: #3A3A3A. Windows color (decimal): -9168557 or 5446004. OLE color: 5446004.

HSL color Cylindrical-coordinate representation of color #741953: hue angle of 321.76º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741953 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 83 -
CMYK 0 0.78 0.28 0.55
HSL 321.76º 0.65% 0.28% -
HSV(B) 321.76º 0.78% 0.45% -
XYZ 9.11 5.03 8.67 -
YUV 58.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 116 25 83 0 0.78 0.28 0.55 321.76 0.65 0.28
Hex 74 19 53 0 4E 1C 37 142 41 1C
Octal 164 31 123 0 116 34 67 502 101 34
Binary 1110100 11001 1010011 0 1001110 11100 110111 101000010 1000001 11100

Color Harmonies of #741953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741953

Black with #741953

Text Example


Text Example

White with #741953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741953; }

 p { color: rgb(116,25,83); }

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

background-color css

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

 a { background-color: rgb(116,25,83); }

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

border-color css

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

 span { border-color: rgb(116,25,83); }

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