#67153A

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

Shades of Pompadour #67153A

Tints of Pompadour #67153A

Color information

#67153A (or 0x67153A) is unknown color: approx Pompadour. HEX triplet: 67, 15 and 3A. RGB value is (103,21,58). Sum of RGB (Red+Green+Blue) = 103+21+58=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67153A is #98EAC5. Grayscale: #313131. Windows color (decimal): -10021574 or 3806567. OLE color: 3806567.

HSL color Cylindrical-coordinate representation of color #67153A: hue angle of 332.93º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67153A is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB1032158-
CMYK00.800.440.60
HSL332.93º66.13%24.31%-
HSV(B)332.93º79.61%40.39%-
XYZ6.633.734.37-
YUV49.74132.67165.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.59%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=56.59%
G=11.54%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103215800.800.440.60332.9366.1324.31
Hex67153A0502C3C14d4218
Octal14725720120547451510230
Binary11001111010111101001010000101100111100101001101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67153A; }

 p { color: rgb(103,21,58); }

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

<style>
 a { background-color: #67153A; }

 a { background-color: rgb(103,21,58); }

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

<style>
 span { border-color: #67153A; }

 span { border-color: rgb(103,21,58); }

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