#671E3A

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

Shades of Pompadour #671E3A

Tints of Pompadour #671E3A

Color information

#671E3A (or 0x671E3A) is unknown color: approx Pompadour. HEX triplet: 67, 1E and 3A. RGB value is (103,30,58). Sum of RGB (Red+Green+Blue) = 103+30+58=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #671E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671E3A is #98E1C5. Grayscale: #363636. Windows color (decimal): -10019270 or 3808871. OLE color: 3808871.

HSL color Cylindrical-coordinate representation of color #671E3A: hue angle of 336.99º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #671E3A is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB1033058-
CMYK00.710.440.60
HSL336.99º54.89%26.08%-
HSV(B)336.99º70.87%40.39%-
XYZ6.824.124.44-
YUV55.02129.68162.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.93%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=53.93%
G=15.71%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103305800.710.440.60336.9954.8926.08
Hex671E3A0472C3C151371a
Octal1473672010754745216732
Binary1100111111101110100100011110110011110010101000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671E3A; }

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

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

<style>
 a { background-color: #671E3A; }

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

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

<style>
 span { border-color: #671E3A; }

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

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