#671A3A

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

Shades of Pompadour #671A3A

Tints of Pompadour #671A3A

Color information

#671A3A (or 0x671A3A) is unknown color: approx Pompadour. HEX triplet: 67, 1A and 3A. RGB value is (103,26,58). Sum of RGB (Red+Green+Blue) = 103+26+58=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #671A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A3A is #98E5C5. Grayscale: #343434. Windows color (decimal): -10020294 or 3807847. OLE color: 3807847.

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

Color convert

RGB1032658-
CMYK00.750.440.60
HSL335.06º59.69%25.29%-
HSV(B)335.06º74.76%40.39%-
XYZ6.733.934.41-
YUV52.67131.01163.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.08%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=55.08%
G=13.90%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103265800.750.440.60335.0659.6925.29
Hex671A3A04B2C3C14f3c19
Octal1473272011354745177431
Binary1100111110101110100100101110110011110010100111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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