#69193E

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

Shades of Pompadour #69193E

Tints of Pompadour #69193E

Color information

#69193E (or 0x69193E) is unknown color: approx Pompadour. HEX triplet: 69, 19 and 3E. RGB value is (105,25,62). Sum of RGB (Red+Green+Blue) = 105+25+62=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #69193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69193E is #96E6C1. Grayscale: #353535. Windows color (decimal): -9889474 or 4069737. OLE color: 4069737.

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

Color convert

RGB1052562-
CMYK00.760.410.59
HSL332.25º61.54%25.49%-
HSV(B)332.25º76.19%41.18%-
XYZ7.044.054.97-
YUV53.14133164.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=54.69%
G=13.02%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105256200.760.410.59332.2561.5425.49
Hex69193E04C293B14c3e19
Octal1513176011451735147631
Binary1101001110011111100100110010100111101110100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69193E; }

 p { color: rgb(105,25,62); }

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

<style>
 a { background-color: #69193E; }

 a { background-color: rgb(105,25,62); }

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

<style>
 span { border-color: #69193E; }

 span { border-color: rgb(105,25,62); }

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