Html Css Color HEX #781A3E Pompadour

📋 copy color: '#781A3E'

red 120 ◦ green 26 ◦ blue 62

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

Shades of Pompadour #781A3E

Tints of Pompadour #781A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.5%

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 57.69%
G = 12.5%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#781A3E (or 0x781A3E) is known color: Pompadour. HEX triplet: 78, 1A and 3E. RGB value is (120,26,62). Sum of RGB (Red+Green+Blue) = 120+26+62=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #781A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A3E is #87E5C1. Grayscale: #3A3A3A. Windows color (decimal): -8906178 or 4070008. OLE color: 4070008.

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

Color convert

RGB 120 26 62 -
CMYK 0 0.78 0.48 0.53
HSL 337.02º 0.64% 0.29% -
HSV(B) 337.02º 0.78% 0.47% -
XYZ 8.98 5.08 5.06 -
YUV 58.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 120 26 62 0 0.78 0.48 0.53 337.02 0.64 0.29
Hex 78 1A 3E 0 4E 30 35 151 40 1D
Octal 170 32 76 0 116 60 65 521 100 35
Binary 1111000 11010 111110 0 1001110 110000 110101 101010001 1000000 11101

Color Harmonies of #781A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A3E

Black with #781A3E

Text Example


Text Example

White with #781A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,62); }

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

background-color css

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

 a { background-color: rgb(120,26,62); }

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

border-color css

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

 span { border-color: rgb(120,26,62); }

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