#67203F

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

Shades of Pompadour #67203F

Tints of Pompadour #67203F

Color information

#67203F (or 0x67203F) is unknown color: approx Pompadour. HEX triplet: 67, 20 and 3F. RGB value is (103,32,63). Sum of RGB (Red+Green+Blue) = 103+32+63=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67203F is #98DFC0. Grayscale: #383838. Windows color (decimal): -10018753 or 4137063. OLE color: 4137063.

HSL color Cylindrical-coordinate representation of color #67203F: hue angle of 333.8º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67203F is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB1033263-
CMYK00.690.390.60
HSL333.8º52.59%26.47%-
HSV(B)333.8º68.93%40.39%-
XYZ7.014.285.16-
YUV56.76131.52160.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.02%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 63 (25% from 255) = 31.82%
R=52.02%
G=16.16%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103326300.690.390.60333.852.5926.47
Hex67203F045273C14e351a
Octal1474077010547745166532
Binary11001111000001111110100010110011111110010100111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,32,63); }

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

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

 a { background-color: rgb(103,32,63); }

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

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

 span { border-color: rgb(103,32,63); }

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