Html Css Color HEX #671948 Pompadour

📋 copy color: '#671948'

red 103 ◦ green 25 ◦ blue 72

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

Shades of Pompadour #671948

Tints of Pompadour #671948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 51.5%
G = 12.5%
B = 36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#671948 (or 0x671948) is known color: Pompadour. HEX triplet: 67, 19 and 48. RGB value is (103,25,72). Sum of RGB (Red+Green+Blue) = 103+25+72=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #671948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671948 is #98E6B7. Grayscale: #353535. Windows color (decimal): -10020536 or 4725095. OLE color: 4725095.

HSL color Cylindrical-coordinate representation of color #671948: hue angle of 323.85º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671948 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 25 72 -
CMYK 0 0.76 0.30 0.60
HSL 323.85º 0.61% 0.25% -
HSV(B) 323.85º 0.76% 0.4% -
XYZ 7.11 4.05 6.54 -
YUV 53.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 103 25 72 0 0.76 0.30 0.60 323.85 0.61 0.25
Hex 67 19 48 0 4C 1E 3C 144 3D 19
Octal 147 31 110 0 114 36 74 504 75 31
Binary 1100111 11001 1001000 0 1001100 11110 111100 101000100 111101 11001

Color Harmonies of #671948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671948

Black with #671948

Text Example


Text Example

White with #671948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671948; }

 p { color: rgb(103,25,72); }

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

background-color css

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

 a { background-color: rgb(103,25,72); }

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

border-color css

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

 span { border-color: rgb(103,25,72); }

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