Html Css Color HEX #671548 Pompadour

📋 copy color: '#671548'

red 103 ◦ green 21 ◦ blue 72

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

Shades of Pompadour #671548

Tints of Pompadour #671548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 52.55%
G = 10.71%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#671548 (or 0x671548) is known color: Pompadour. HEX triplet: 67, 15 and 48. RGB value is (103,21,72). Sum of RGB (Red+Green+Blue) = 103+21+72=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #671548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671548 is #98EAB7. Grayscale: #333333. Windows color (decimal): -10021560 or 4724071. OLE color: 4724071.

HSL color Cylindrical-coordinate representation of color #671548: hue angle of 322.68º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671548 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 72 -
CMYK 0 0.80 0.30 0.60
HSL 322.68º 0.66% 0.24% -
HSV(B) 322.68º 0.8% 0.4% -
XYZ 7.03 3.89 6.51 -
YUV 51.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 103 21 72 0 0.80 0.30 0.60 322.68 0.66 0.24
Hex 67 15 48 0 50 1E 3C 143 42 18
Octal 147 25 110 0 120 36 74 503 102 30
Binary 1100111 10101 1001000 0 1010000 11110 111100 101000011 1000010 11000

Color Harmonies of #671548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671548

Black with #671548

Text Example


Text Example

White with #671548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671548; }

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

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

background-color css

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

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

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

border-color css

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

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

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