Html Css Color HEX #781D41 Pompadour

📋 copy color: '#781D41'

red 120 ◦ green 29 ◦ blue 65

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

Shades of Pompadour #781D41

Tints of Pompadour #781D41

RGB

 RED value IS 120 (47.27% from 255) = 56.07%

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 56.07%
G = 13.55%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#781D41 (or 0x781D41) is known color: Pompadour. HEX triplet: 78, 1D and 41. RGB value is (120,29,65). Sum of RGB (Red+Green+Blue) = 120+29+65=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #781D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D41 is #87E2BE. Grayscale: #3C3C3C. Windows color (decimal): -8905407 or 4267384. OLE color: 4267384.

HSL color Cylindrical-coordinate representation of color #781D41: hue angle of 336.26º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D41 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 29 65 -
CMYK 0 0.76 0.46 0.53
HSL 336.26º 0.61% 0.29% -
HSV(B) 336.26º 0.76% 0.47% -
XYZ 9.14 5.25 5.53 -
YUV 60.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 120 29 65 0 0.76 0.46 0.53 336.26 0.61 0.29
Hex 78 1D 41 0 4C 2E 35 150 3D 1D
Octal 170 35 101 0 114 56 65 520 75 35
Binary 1111000 11101 1000001 0 1001100 101110 110101 101010000 111101 11101

Color Harmonies of #781D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D41

Black with #781D41

Text Example


Text Example

White with #781D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781D41; }

 p { color: rgb(120,29,65); }

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

background-color css

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

 a { background-color: rgb(120,29,65); }

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

border-color css

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

 span { border-color: rgb(120,29,65); }

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