Html Css Color HEX #781741 Pompadour

📋 copy color: '#781741'

red 120 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #781741

Tints of Pompadour #781741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 57.69%
G = 11.06%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#781741 (or 0x781741) is known color: Pompadour. HEX triplet: 78, 17 and 41. RGB value is (120,23,65). Sum of RGB (Red+Green+Blue) = 120+23+65=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #781741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781741 is #87E8BE. Grayscale: #383838. Windows color (decimal): -8906943 or 4265848. OLE color: 4265848.

HSL color Cylindrical-coordinate representation of color #781741: hue angle of 334.02º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781741 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 23 65 -
CMYK 0 0.81 0.46 0.53
HSL 334.02º 0.68% 0.28% -
HSV(B) 334.02º 0.81% 0.47% -
XYZ 9.01 4.99 5.49 -
YUV 56.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 120 23 65 0 0.81 0.46 0.53 334.02 0.68 0.28
Hex 78 17 41 0 51 2E 35 14E 44 1C
Octal 170 27 101 0 121 56 65 516 104 34
Binary 1111000 10111 1000001 0 1010001 101110 110101 101001110 1000100 11100

Color Harmonies of #781741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781741

Black with #781741

Text Example


Text Example

White with #781741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781741; }

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

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

background-color css

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

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

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

border-color css

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

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

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