Html Css Color HEX #781B41 Pompadour

📋 copy color: '#781B41'

red 120 ◦ green 27 ◦ blue 65

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

Shades of Pompadour #781B41

Tints of Pompadour #781B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.74%

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

R = 56.6%
G = 12.74%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#781B41 (or 0x781B41) is known color: Pompadour. HEX triplet: 78, 1B and 41. RGB value is (120,27,65). Sum of RGB (Red+Green+Blue) = 120+27+65=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #781B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B41 is #87E4BE. Grayscale: #3B3B3B. Windows color (decimal): -8905919 or 4266872. OLE color: 4266872.

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

Color convert

RGB 120 27 65 -
CMYK 0 0.78 0.46 0.53
HSL 335.48º 0.63% 0.29% -
HSV(B) 335.48º 0.78% 0.47% -
XYZ 9.09 5.16 5.52 -
YUV 59.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 120 27 65 0 0.78 0.46 0.53 335.48 0.63 0.29
Hex 78 1B 41 0 4E 2E 35 14F 3F 1D
Octal 170 33 101 0 116 56 65 517 77 35
Binary 1111000 11011 1000001 0 1001110 101110 110101 101001111 111111 11101

Color Harmonies of #781B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781B41

Black with #781B41

Text Example


Text Example

White with #781B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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