#7B103D

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

Shades of Pompadour #7B103D

Tints of Pompadour #7B103D

Color information

#7B103D (or 0x7B103D) is unknown color: approx Pompadour. HEX triplet: 7B, 10 and 3D. RGB value is (123,16,61). Sum of RGB (Red+Green+Blue) = 123+16+61=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B103D is #84EFC2. Grayscale: #353535. Windows color (decimal): -8712131 or 4001915. OLE color: 4001915.

HSL color Cylindrical-coordinate representation of color #7B103D: hue angle of 334.77º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B103D is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1231661-
CMYK00.870.500.52
HSL334.77º76.98%27.25%-
HSV(B)334.77º86.99%48.24%-
XYZ9.24.924.88-
YUV53.12132.45177.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.5%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=61.5%
G=8%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123166100.870.500.52334.7776.9827.25
Hex7B103D057323414f4d1b
Octal17320750127626451711533
Binary11110111000011110101010111110010110100101001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B103D; }

 p { color: rgb(123,16,61); }

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

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

 a { background-color: rgb(123,16,61); }

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

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

 span { border-color: rgb(123,16,61); }

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