Html Css Color HEX #671241 Pompadour

📋 copy color: '#671241'

red 103 ◦ green 18 ◦ blue 65

#671241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #671241

Tints of Pompadour #671241

RGB

 RED value IS 103 (40.63% from 255) = 55.38%

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 55.38%
G = 9.68%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#671241 (or 0x671241) is known color: Pompadour. HEX triplet: 67, 12 and 41. RGB value is (103,18,65). Sum of RGB (Red+Green+Blue) = 103+18+65=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #671241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671241 is #98EDBE. Grayscale: #303030. Windows color (decimal): -10022335 or 4264551. OLE color: 4264551.

HSL color Cylindrical-coordinate representation of color #671241: hue angle of 326.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671241 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 18 65 -
CMYK 0 0.83 0.37 0.60
HSL 326.82º 0.7% 0.24% -
HSV(B) 326.82º 0.83% 0.4% -
XYZ 6.76 3.7 5.36 -
YUV 48.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 103 18 65 0 0.83 0.37 0.60 326.82 0.7 0.24
Hex 67 12 41 0 53 25 3C 147 46 18
Octal 147 22 101 0 123 45 74 507 106 30
Binary 1100111 10010 1000001 0 1010011 100101 111100 101000111 1000110 11000

Color Harmonies of #671241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671241

Black with #671241

Text Example


Text Example

White with #671241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671241; }

 p { color: rgb(103,18,65); }

 H1.HeaderClassName
 {
   color: #671241;
 }
 .AnyTagClassName
 {
   color: #671241;
 }
</style>

background-color css

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

 a { background-color: rgb(103,18,65); }

 div.DivClassName
 {
   background-color: #671241;
 }
 .BgClassName
 {
   background-color: #671241;
 }
</style>

border-color css

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

 span { border-color: rgb(103,18,65); }

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