Html Css Color HEX #671146 Pompadour

📋 copy color: '#671146'

red 103 ◦ green 17 ◦ blue 70

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

Shades of Pompadour #671146

Tints of Pompadour #671146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.95%

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 54.21%
G = 8.95%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#671146 (or 0x671146) is known color: Pompadour. HEX triplet: 67, 11 and 46. RGB value is (103,17,70). Sum of RGB (Red+Green+Blue) = 103+17+70=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #671146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671146 is #98EEB9. Grayscale: #303030. Windows color (decimal): -10022586 or 4591975. OLE color: 4591975.

HSL color Cylindrical-coordinate representation of color #671146: hue angle of 323.02º degrees, saturation: 0.72, 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 #671146 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 70 -
CMYK 0 0.83 0.32 0.60
HSL 323.02º 0.72% 0.24% -
HSV(B) 323.02º 0.83% 0.4% -
XYZ 6.9 3.73 6.15 -
YUV 48.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 103 17 70 0 0.83 0.32 0.60 323.02 0.72 0.24
Hex 67 11 46 0 53 20 3C 143 48 18
Octal 147 21 106 0 123 40 74 503 110 30
Binary 1100111 10001 1000110 0 1010011 100000 111100 101000011 1001000 11000

Color Harmonies of #671146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671146

Black with #671146

Text Example


Text Example

White with #671146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671146; }

 p { color: rgb(103,17,70); }

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

background-color css

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

 a { background-color: rgb(103,17,70); }

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

border-color css

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

 span { border-color: rgb(103,17,70); }

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