#78103A

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

Shades of Pompadour #78103A

Tints of Pompadour #78103A

Color information

#78103A (or 0x78103A) is unknown color: approx Pompadour. HEX triplet: 78, 10 and 3A. RGB value is (120,16,58). Sum of RGB (Red+Green+Blue) = 120+16+58=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #78103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78103A is #87EFC5. Grayscale: #333333. Windows color (decimal): -8908742 or 3805304. OLE color: 3805304.

HSL color Cylindrical-coordinate representation of color #78103A: hue angle of 335.77º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78103A is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1201658-
CMYK00.870.520.53
HSL335.77º76.47%26.67%-
HSV(B)335.77º86.67%47.06%-
XYZ8.694.674.45-
YUV51.88131.46176.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=61.86%
G=8.25%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120165800.870.520.53335.7776.4726.67
Hex78103A05734351504c1b
Octal17020720127646552011433
Binary11110001000011101001010111110100110101101010000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78103A; }

 p { color: rgb(120,16,58); }

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

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

 a { background-color: rgb(120,16,58); }

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

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

 span { border-color: rgb(120,16,58); }

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