Html Css Color HEX #671341 Pompadour

📋 copy color: '#671341'

red 103 ◦ green 19 ◦ blue 65

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

Shades of Pompadour #671341

Tints of Pompadour #671341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

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

R = 55.08%
G = 10.16%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#671341 (or 0x671341) is known color: Pompadour. HEX triplet: 67, 13 and 41. RGB value is (103,19,65). Sum of RGB (Red+Green+Blue) = 103+19+65=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #671341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671341 is #98ECBE. Grayscale: #313131. Windows color (decimal): -10022079 or 4264807. OLE color: 4264807.

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

Color convert

RGB 103 19 65 -
CMYK 0 0.82 0.37 0.60
HSL 327.14º 0.69% 0.24% -
HSV(B) 327.14º 0.82% 0.4% -
XYZ 6.78 3.73 5.36 -
YUV 49.36 136.83 166.26 -
System Red Green Blue C M Y K H S L
Decimal 103 19 65 0 0.82 0.37 0.60 327.14 0.69 0.24
Hex 67 13 41 0 52 25 3C 147 45 18
Octal 147 23 101 0 122 45 74 507 105 30
Binary 1100111 10011 1000001 0 1010010 100101 111100 101000111 1000101 11000

Color Harmonies of #671341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671341

Black with #671341

Text Example


Text Example

White with #671341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671341; }

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

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

background-color css

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

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

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

border-color css

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

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

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