Html Css Color HEX #671251 Pompadour

📋 copy color: '#671251'

red 103 ◦ green 18 ◦ blue 81

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

Shades of Pompadour #671251

Tints of Pompadour #671251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 50.99%
G = 8.91%
B = 40.1%

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

#671251 (or 0x671251) is known color: Pompadour. HEX triplet: 67, 12 and 51. RGB value is (103,18,81). Sum of RGB (Red+Green+Blue) = 103+18+81=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #671251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671251 is #98EDAE. Grayscale: #323232. Windows color (decimal): -10022319 or 5313127. OLE color: 5313127.

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

Color convert

RGB 103 18 81 -
CMYK 0 0.83 0.21 0.60
HSL 315.53º 0.7% 0.24% -
HSV(B) 315.53º 0.83% 0.4% -
XYZ 7.3 3.91 8.15 -
YUV 50.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 103 18 81 0 0.83 0.21 0.60 315.53 0.7 0.24
Hex 67 12 51 0 53 15 3C 13C 46 18
Octal 147 22 121 0 123 25 74 474 106 30
Binary 1100111 10010 1010001 0 1010011 10101 111100 100111100 1000110 11000

Color Harmonies of #671251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671251

Black with #671251

Text Example


Text Example

White with #671251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671251; }

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

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

background-color css

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

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

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

border-color css

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

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

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