Html Css Color HEX #741243 Pompadour

📋 copy color: '#741243'

red 116 ◦ green 18 ◦ blue 67

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

Shades of Pompadour #741243

Tints of Pompadour #741243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

 BLUE value IS 67 (26.56% from 255) = 33.33%

R = 57.71%
G = 8.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#741243 (or 0x741243) is known color: Pompadour. HEX triplet: 74, 12 and 43. RGB value is (116,18,67). Sum of RGB (Red+Green+Blue) = 116+18+67=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #741243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741243 is #8BEDBC. Grayscale: #343434. Windows color (decimal): -9170365 or 4395636. OLE color: 4395636.

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

Color convert

RGB 116 18 67 -
CMYK 0 0.84 0.42 0.55
HSL 330º 0.73% 0.26% -
HSV(B) 330º 0.84% 0.45% -
XYZ 8.43 4.55 5.74 -
YUV 52.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 116 18 67 0 0.84 0.42 0.55 330 0.73 0.26
Hex 74 12 43 0 54 2A 37 14A 49 1A
Octal 164 22 103 0 124 52 67 512 111 32
Binary 1110100 10010 1000011 0 1010100 101010 110111 101001010 1001001 11010

Color Harmonies of #741243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741243

Black with #741243

Text Example


Text Example

White with #741243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741243; }

 p { color: rgb(116,18,67); }

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

background-color css

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

 a { background-color: rgb(116,18,67); }

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

border-color css

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

 span { border-color: rgb(116,18,67); }

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