Html Css Color HEX #671541 Pompadour

📋 copy color: '#671541'

red 103 ◦ green 21 ◦ blue 65

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

Shades of Pompadour #671541

Tints of Pompadour #671541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

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

R = 54.5%
G = 11.11%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#671541 (or 0x671541) is known color: Pompadour. HEX triplet: 67, 15 and 41. RGB value is (103,21,65). Sum of RGB (Red+Green+Blue) = 103+21+65=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #671541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671541 is #98EABE. Grayscale: #323232. Windows color (decimal): -10021567 or 4265319. OLE color: 4265319.

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

Color convert

RGB 103 21 65 -
CMYK 0 0.80 0.37 0.60
HSL 327.8º 0.66% 0.24% -
HSV(B) 327.8º 0.8% 0.4% -
XYZ 6.82 3.8 5.38 -
YUV 50.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 103 21 65 0 0.80 0.37 0.60 327.8 0.66 0.24
Hex 67 15 41 0 50 25 3C 148 42 18
Octal 147 25 101 0 120 45 74 510 102 30
Binary 1100111 10101 1000001 0 1010000 100101 111100 101001000 1000010 11000

Color Harmonies of #671541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671541

Black with #671541

Text Example


Text Example

White with #671541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671541; }

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

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

background-color css

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

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

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

border-color css

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

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

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