Html Css Color HEX #741852 Pompadour

📋 copy color: '#741852'

red 116 ◦ green 24 ◦ blue 82

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

Shades of Pompadour #741852

Tints of Pompadour #741852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.81%

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 52.25%
G = 10.81%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#741852 (or 0x741852) is known color: Pompadour. HEX triplet: 74, 18 and 52. RGB value is (116,24,82). Sum of RGB (Red+Green+Blue) = 116+24+82=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741852 is #8BE7AD. Grayscale: #393939. Windows color (decimal): -9168814 or 5380212. OLE color: 5380212.

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

Color convert

RGB 116 24 82 -
CMYK 0 0.79 0.29 0.55
HSL 322.17º 0.66% 0.27% -
HSV(B) 322.17º 0.79% 0.45% -
XYZ 9.05 4.98 8.47 -
YUV 58.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 116 24 82 0 0.79 0.29 0.55 322.17 0.66 0.27
Hex 74 18 52 0 4F 1D 37 142 42 1B
Octal 164 30 122 0 117 35 67 502 102 33
Binary 1110100 11000 1010010 0 1001111 11101 110111 101000010 1000010 11011

Color Harmonies of #741852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741852

Black with #741852

Text Example


Text Example

White with #741852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741852; }

 p { color: rgb(116,24,82); }

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

background-color css

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

 a { background-color: rgb(116,24,82); }

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

border-color css

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

 span { border-color: rgb(116,24,82); }

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