Html Css Color HEX #741A3E Pompadour

📋 copy color: '#741A3E'

red 116 ◦ green 26 ◦ blue 62

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

Shades of Pompadour #741A3E

Tints of Pompadour #741A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.39%

R = 56.86%
G = 12.75%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#741A3E (or 0x741A3E) is known color: Pompadour. HEX triplet: 74, 1A and 3E. RGB value is (116,26,62). Sum of RGB (Red+Green+Blue) = 116+26+62=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #741A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A3E is #8BE5C1. Grayscale: #383838. Windows color (decimal): -9168322 or 4070004. OLE color: 4070004.

HSL color Cylindrical-coordinate representation of color #741A3E: hue angle of 336º 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 #741A3E is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 62 -
CMYK 0 0.78 0.47 0.55
HSL 336º 0.63% 0.28% -
HSV(B) 336º 0.78% 0.45% -
XYZ 8.44 4.8 5.04 -
YUV 57.01 130.82 170.07 -
System Red Green Blue C M Y K H S L
Decimal 116 26 62 0 0.78 0.47 0.55 336 0.63 0.28
Hex 74 1A 3E 0 4E 2F 37 150 3F 1C
Octal 164 32 76 0 116 57 67 520 77 34
Binary 1110100 11010 111110 0 1001110 101111 110111 101010000 111111 11100

Color Harmonies of #741A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A3E

Black with #741A3E

Text Example


Text Example

White with #741A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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