#68184B

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

Shades of Pompadour #68184B

Tints of Pompadour #68184B

Color information

#68184B (or 0x68184B) is unknown color: approx Pompadour. HEX triplet: 68, 18 and 4B. RGB value is (104,24,75). Sum of RGB (Red+Green+Blue) = 104+24+75=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68184B is #97E7B4. Grayscale: #353535. Windows color (decimal): -9955253 or 4921448. OLE color: 4921448.

HSL color Cylindrical-coordinate representation of color #68184B: hue angle of 321.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68184B is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1042475-
CMYK00.770.280.59
HSL321.75º62.5%25.1%-
HSV(B)321.75º76.92%40.78%-
XYZ7.314.17.06-
YUV53.73140163.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=51.23%
G=11.82%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104247500.770.280.59321.7562.525.1
Hex68184B04D1C3B1423e19
Octal15030113011534735027631
Binary1101000110001001011010011011110011101110100001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68184B; }

 p { color: rgb(104,24,75); }

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

<style>
 a { background-color: #68184B; }

 a { background-color: rgb(104,24,75); }

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

<style>
 span { border-color: #68184B; }

 span { border-color: rgb(104,24,75); }

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