Html Css Color HEX #671351 Pompadour

📋 copy color: '#671351'

red 103 ◦ green 19 ◦ blue 81

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

Shades of Pompadour #671351

Tints of Pompadour #671351

RGB

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

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

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

R = 50.74%
G = 9.36%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#671351 (or 0x671351) is known color: Pompadour. HEX triplet: 67, 13 and 51. RGB value is (103,19,81). Sum of RGB (Red+Green+Blue) = 103+19+81=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #671351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671351 is #98ECAE. Grayscale: #333333. Windows color (decimal): -10022063 or 5313383. OLE color: 5313383.

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

Color convert

RGB 103 19 81 -
CMYK 0 0.82 0.21 0.60
HSL 315.71º 0.69% 0.24% -
HSV(B) 315.71º 0.82% 0.4% -
XYZ 7.31 3.94 8.16 -
YUV 51.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 103 19 81 0 0.82 0.21 0.60 315.71 0.69 0.24
Hex 67 13 51 0 52 15 3C 13C 45 18
Octal 147 23 121 0 122 25 74 474 105 30
Binary 1100111 10011 1010001 0 1010010 10101 111100 100111100 1000101 11000

Color Harmonies of #671351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671351

Black with #671351

Text Example


Text Example

White with #671351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671351; }

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

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

background-color css

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

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

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

border-color css

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

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

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