Html Css Color HEX #741045 Pompadour

📋 copy color: '#741045'

red 116 ◦ green 16 ◦ blue 69

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

Shades of Pompadour #741045

Tints of Pompadour #741045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 69 (27.34% from 255) = 34.33%

R = 57.71%
G = 7.96%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#741045 (or 0x741045) is known color: Pompadour. HEX triplet: 74, 10 and 45. RGB value is (116,16,69). Sum of RGB (Red+Green+Blue) = 116+16+69=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #741045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741045 is #8BEFBA. Grayscale: #333333. Windows color (decimal): -9170875 or 4526196. OLE color: 4526196.

HSL color Cylindrical-coordinate representation of color #741045: hue angle of 328.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741045 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 69 -
CMYK 0 0.86 0.41 0.55
HSL 328.2º 0.76% 0.26% -
HSV(B) 328.2º 0.86% 0.45% -
XYZ 8.46 4.51 6.06 -
YUV 51.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 116 16 69 0 0.86 0.41 0.55 328.2 0.76 0.26
Hex 74 10 45 0 56 29 37 148 4C 1A
Octal 164 20 105 0 126 51 67 510 114 32
Binary 1110100 10000 1000101 0 1010110 101001 110111 101001000 1001100 11010

Color Harmonies of #741045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741045

Black with #741045

Text Example


Text Example

White with #741045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741045; }

 p { color: rgb(116,16,69); }

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

background-color css

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

 a { background-color: rgb(116,16,69); }

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

border-color css

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

 span { border-color: rgb(116,16,69); }

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