Html Css Color HEX #741745 Pompadour

📋 copy color: '#741745'

red 116 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #741745

Tints of Pompadour #741745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 55.77%
G = 11.06%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#741745 (or 0x741745) is known color: Pompadour. HEX triplet: 74, 17 and 45. RGB value is (116,23,69). Sum of RGB (Red+Green+Blue) = 116+23+69=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #741745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741745 is #8BE8BA. Grayscale: #373737. Windows color (decimal): -9169083 or 4527988. OLE color: 4527988.

HSL color Cylindrical-coordinate representation of color #741745: hue angle of 330.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741745 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 69 -
CMYK 0 0.80 0.41 0.55
HSL 330.32º 0.67% 0.27% -
HSV(B) 330.32º 0.8% 0.45% -
XYZ 8.58 4.76 6.1 -
YUV 56.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 116 23 69 0 0.80 0.41 0.55 330.32 0.67 0.27
Hex 74 17 45 0 50 29 37 14A 43 1B
Octal 164 27 105 0 120 51 67 512 103 33
Binary 1110100 10111 1000101 0 1010000 101001 110111 101001010 1000011 11011

Color Harmonies of #741745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741745

Black with #741745

Text Example


Text Example

White with #741745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741745; }

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

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

background-color css

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

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

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

border-color css

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

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

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