#68123E

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

Shades of Pompadour #68123E

Tints of Pompadour #68123E

Color information

#68123E (or 0x68123E) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 3E. RGB value is (104,18,62). Sum of RGB (Red+Green+Blue) = 104+18+62=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68123E is #97EDC1. Grayscale: #303030. Windows color (decimal): -9956802 or 4067944. OLE color: 4067944.

HSL color Cylindrical-coordinate representation of color #68123E: hue angle of 329.3º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68123E is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB1041862-
CMYK00.830.400.59
HSL329.3º70.49%23.92%-
HSV(B)329.3º82.69%40.78%-
XYZ6.793.724.92-
YUV48.73135.49167.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=56.52%
G=9.78%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104186200.830.400.59329.370.4923.92
Hex68123E053283B1494618
Octal15022760123507351110630
Binary11010001001011111001010011101000111011101001001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68123E; }

 p { color: rgb(104,18,62); }

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

<style>
 a { background-color: #68123E; }

 a { background-color: rgb(104,18,62); }

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

<style>
 span { border-color: #68123E; }

 span { border-color: rgb(104,18,62); }

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