#68133F

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

Shades of Pompadour #68133F

Tints of Pompadour #68133F

Color information

#68133F (or 0x68133F) is unknown color: approx Pompadour. HEX triplet: 68, 13 and 3F. RGB value is (104,19,63). Sum of RGB (Red+Green+Blue) = 104+19+63=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68133F is #97ECC0. Grayscale: #313131. Windows color (decimal): -9956545 or 4133736. OLE color: 4133736.

HSL color Cylindrical-coordinate representation of color #68133F: hue angle of 328.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68133F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1041963-
CMYK00.820.390.59
HSL328.94º69.11%24.12%-
HSV(B)328.94º81.73%40.78%-
XYZ6.843.775.07-
YUV49.43135.66166.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 63 (25% from 255) = 33.87%
R=55.91%
G=10.22%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104196300.820.390.59328.9469.1124.12
Hex68133F052273B1494518
Octal15023770122477351110530
Binary11010001001111111101010010100111111011101001001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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