Html Css Color HEX #781F46 Pompadour

📋 copy color: '#781F46'

red 120 ◦ green 31 ◦ blue 70

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

Shades of Pompadour #781F46

Tints of Pompadour #781F46

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.03%

 BLUE value IS 70 (27.73% from 255) = 31.67%

R = 54.3%
G = 14.03%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#781F46 (or 0x781F46) is known color: Pompadour. HEX triplet: 78, 1F and 46. RGB value is (120,31,70). Sum of RGB (Red+Green+Blue) = 120+31+70=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #781F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F46 is #87E0B9. Grayscale: #3D3D3D. Windows color (decimal): -8904890 or 4595576. OLE color: 4595576.

HSL color Cylindrical-coordinate representation of color #781F46: hue angle of 333.71º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F46 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 70 -
CMYK 0 0.74 0.42 0.53
HSL 333.71º 0.59% 0.3% -
HSV(B) 333.71º 0.74% 0.47% -
XYZ 9.34 5.42 6.35 -
YUV 62.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 120 31 70 0 0.74 0.42 0.53 333.71 0.59 0.3
Hex 78 1F 46 0 4A 2A 35 14E 3B 1E
Octal 170 37 106 0 112 52 65 516 73 36
Binary 1111000 11111 1000110 0 1001010 101010 110101 101001110 111011 11110

Color Harmonies of #781F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F46

Black with #781F46

Text Example


Text Example

White with #781F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,31,70); }

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

background-color css

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

 a { background-color: rgb(120,31,70); }

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

border-color css

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

 span { border-color: rgb(120,31,70); }

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