#671A3B

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

Shades of Pompadour #671A3B

Tints of Pompadour #671A3B

Color information

#671A3B (or 0x671A3B) is unknown color: approx Pompadour. HEX triplet: 67, 1A and 3B. RGB value is (103,26,59). Sum of RGB (Red+Green+Blue) = 103+26+59=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #671A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A3B is #98E5C4. Grayscale: #343434. Windows color (decimal): -10020293 or 3873383. OLE color: 3873383.

HSL color Cylindrical-coordinate representation of color #671A3B: hue angle of 334.29º 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 #671A3B is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB1032659-
CMYK00.750.430.60
HSL334.29º59.69%25.29%-
HSV(B)334.29º74.76%40.39%-
XYZ6.753.944.54-
YUV52.78131.51163.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.79%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=54.79%
G=13.83%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103265900.750.430.60334.2959.6925.29
Hex671A3B04B2B3C14e3c19
Octal1473273011353745167431
Binary1100111110101110110100101110101111110010100111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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