Html Css Color HEX #671151 Pompadour

📋 copy color: '#671151'

red 103 ◦ green 17 ◦ blue 81

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

Shades of Pompadour #671151

Tints of Pompadour #671151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 51.24%
G = 8.46%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#671151 (or 0x671151) is known color: Pompadour. HEX triplet: 67, 11 and 51. RGB value is (103,17,81). Sum of RGB (Red+Green+Blue) = 103+17+81=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #671151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671151 is #98EEAE. Grayscale: #313131. Windows color (decimal): -10022575 or 5312871. OLE color: 5312871.

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

Color convert

RGB 103 17 81 -
CMYK 0 0.83 0.21 0.60
HSL 315.35º 0.72% 0.24% -
HSV(B) 315.35º 0.83% 0.4% -
XYZ 7.28 3.88 8.15 -
YUV 50.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 103 17 81 0 0.83 0.21 0.60 315.35 0.72 0.24
Hex 67 11 51 0 53 15 3C 13B 48 18
Octal 147 21 121 0 123 25 74 473 110 30
Binary 1100111 10001 1010001 0 1010011 10101 111100 100111011 1001000 11000

Color Harmonies of #671151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671151

Black with #671151

Text Example


Text Example

White with #671151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671151; }

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

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

background-color css

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

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

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

border-color css

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

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

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