#780F3B

Color #780F3B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #780F3B

Tints of Pompadour #780F3B

Color information

#780F3B (or 0x780F3B) is unknown color: approx Pompadour. HEX triplet: 78, 0F and 3B. RGB value is (120,15,59). Sum of RGB (Red+Green+Blue) = 120+15+59=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F3B is #87F0C4. Grayscale: #333333. Windows color (decimal): -8908997 or 3870584. OLE color: 3870584.

HSL color Cylindrical-coordinate representation of color #780F3B: hue angle of 334.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F3B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1201559-
CMYK00.870.510.53
HSL334.86º77.78%26.47%-
HSV(B)334.86º87.5%47.06%-
XYZ8.714.654.58-
YUV51.41132.29176.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 15 (6.25% from 255) = 7.73%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=61.86%
G=7.73%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120155900.870.510.53334.8677.7826.47
Hex78F3B057333514f4e1a
Octal17017730127636551711632
Binary1111000111111101101010111110011110101101001111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780F3B; }

 p { color: rgb(120,15,59); }

 H1.HeaderClassName
 {
   color: #780F3B;
 }
 .AnyTagClassName
 {
   color: #780F3B;
 }
</style>
background-color css

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

 a { background-color: rgb(120,15,59); }

 div.DivClassName
 {
   background-color: #780F3B;
 }
 .BgClassName
 {
   background-color: #780F3B;
 }
</style>
border-color css

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

 span { border-color: rgb(120,15,59); }

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