Html Css Color HEX #741A3F Pompadour

📋 copy color: '#741A3F'

red 116 ◦ green 26 ◦ blue 63

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

Shades of Pompadour #741A3F

Tints of Pompadour #741A3F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.68%

 BLUE value IS 63 (25% from 255) = 30.73%

R = 56.59%
G = 12.68%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#741A3F (or 0x741A3F) is known color: Pompadour. HEX triplet: 74, 1A and 3F. RGB value is (116,26,63). Sum of RGB (Red+Green+Blue) = 116+26+63=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #741A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A3F is #8BE5C0. Grayscale: #393939. Windows color (decimal): -9168321 or 4135540. OLE color: 4135540.

HSL color Cylindrical-coordinate representation of color #741A3F: hue angle of 335.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A3F is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 63 -
CMYK 0 0.78 0.46 0.55
HSL 335.33º 0.63% 0.28% -
HSV(B) 335.33º 0.78% 0.45% -
XYZ 8.47 4.81 5.18 -
YUV 57.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 116 26 63 0 0.78 0.46 0.55 335.33 0.63 0.28
Hex 74 1A 3F 0 4E 2E 37 14F 3F 1C
Octal 164 32 77 0 116 56 67 517 77 34
Binary 1110100 11010 111111 0 1001110 101110 110111 101001111 111111 11100

Color Harmonies of #741A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A3F

Black with #741A3F

Text Example


Text Example

White with #741A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741A3F; }

 p { color: rgb(116,26,63); }

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

background-color css

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

 a { background-color: rgb(116,26,63); }

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

border-color css

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

 span { border-color: rgb(116,26,63); }

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