Html Css Color HEX #741D3F Pompadour

📋 copy color: '#741D3F'

red 116 ◦ green 29 ◦ blue 63

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

Shades of Pompadour #741D3F

Tints of Pompadour #741D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.94%

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

R = 55.77%
G = 13.94%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#741D3F (or 0x741D3F) is known color: Pompadour. HEX triplet: 74, 1D and 3F. RGB value is (116,29,63). Sum of RGB (Red+Green+Blue) = 116+29+63=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #741D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D3F is #8BE2C0. Grayscale: #3A3A3A. Windows color (decimal): -9167553 or 4136308. OLE color: 4136308.

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

Color convert

RGB 116 29 63 -
CMYK 0 0.75 0.46 0.55
HSL 336.55º 0.6% 0.28% -
HSV(B) 336.55º 0.75% 0.45% -
XYZ 8.54 4.95 5.21 -
YUV 58.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 116 29 63 0 0.75 0.46 0.55 336.55 0.6 0.28
Hex 74 1D 3F 0 4B 2E 37 151 3C 1C
Octal 164 35 77 0 113 56 67 521 74 34
Binary 1110100 11101 111111 0 1001011 101110 110111 101010001 111100 11100

Color Harmonies of #741D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D3F

Black with #741D3F

Text Example


Text Example

White with #741D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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