#69133F

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

Shades of Pompadour #69133F

Tints of Pompadour #69133F

Color information

#69133F (or 0x69133F) is unknown color: approx Pompadour. HEX triplet: 69, 13 and 3F. RGB value is (105,19,63). Sum of RGB (Red+Green+Blue) = 105+19+63=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #69133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69133F is #96ECC0. Grayscale: #313131. Windows color (decimal): -9891009 or 4133737. OLE color: 4133737.

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

Color convert

RGB1051963-
CMYK00.820.40.59
HSL329.3º69.35%24.31%-
HSV(B)329.3º81.9%41.18%-
XYZ6.963.835.07-
YUV49.73135.49167.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 63 (25% from 255) = 33.69%
R=56.15%
G=10.16%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105196300.820.40.59329.369.3524.31
Hex69133F052283B1494518
Octal15123770122507351110530
Binary11010011001111111101010010101000111011101001001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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