#69133B

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

Shades of Pompadour #69133B

Tints of Pompadour #69133B

Color information

#69133B (or 0x69133B) is unknown color: approx Pompadour. HEX triplet: 69, 13 and 3B. RGB value is (105,19,59). Sum of RGB (Red+Green+Blue) = 105+19+59=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #69133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69133B is #96ECC4. Grayscale: #313131. Windows color (decimal): -9891013 or 3871593. OLE color: 3871593.

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

Color convert

RGB1051959-
CMYK00.820.440.59
HSL332.09º69.35%24.31%-
HSV(B)332.09º81.9%41.18%-
XYZ6.853.784.51-
YUV49.27133.49167.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=57.38%
G=10.38%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105195900.820.440.59332.0969.3524.31
Hex69133B0522C3B14c4518
Octal15123730122547351410530
Binary11010011001111101101010010101100111011101001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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