Html Css Color HEX #741845 Pompadour

📋 copy color: '#741845'

red 116 ◦ green 24 ◦ blue 69

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

Shades of Pompadour #741845

Tints of Pompadour #741845

RGB

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

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

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

R = 55.5%
G = 11.48%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#741845 (or 0x741845) is known color: Pompadour. HEX triplet: 74, 18 and 45. RGB value is (116,24,69). Sum of RGB (Red+Green+Blue) = 116+24+69=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #741845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741845 is #8BE7BA. Grayscale: #383838. Windows color (decimal): -9168827 or 4528244. OLE color: 4528244.

HSL color Cylindrical-coordinate representation of color #741845: hue angle of 330.65º 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 #741845 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 24 69 -
CMYK 0 0.79 0.41 0.55
HSL 330.65º 0.66% 0.27% -
HSV(B) 330.65º 0.79% 0.45% -
XYZ 8.6 4.8 6.1 -
YUV 56.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 116 24 69 0 0.79 0.41 0.55 330.65 0.66 0.27
Hex 74 18 45 0 4F 29 37 14B 42 1B
Octal 164 30 105 0 117 51 67 513 102 33
Binary 1110100 11000 1000101 0 1001111 101001 110111 101001011 1000010 11011

Color Harmonies of #741845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741845

Black with #741845

Text Example


Text Example

White with #741845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741845; }

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

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

background-color css

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

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

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

border-color css

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

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

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