#68123F

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

Shades of Pompadour #68123F

Tints of Pompadour #68123F

Color information

#68123F (or 0x68123F) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 3F. RGB value is (104,18,63). Sum of RGB (Red+Green+Blue) = 104+18+63=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68123F is #97EDC0. Grayscale: #303030. Windows color (decimal): -9956801 or 4133480. OLE color: 4133480.

HSL color Cylindrical-coordinate representation of color #68123F: hue angle of 328.6º 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 #68123F is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1041863-
CMYK00.830.390.59
HSL328.6º70.49%23.92%-
HSV(B)328.6º82.69%40.78%-
XYZ6.823.735.06-
YUV48.84135.99167.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 63 (25% from 255) = 34.05%
R=56.22%
G=9.73%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104186300.830.390.59328.670.4923.92
Hex68123F053273B1494618
Octal15022770123477351110630
Binary11010001001011111101010011100111111011101001001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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