Html Css Color HEX #671F48 Pompadour

📋 copy color: '#671F48'

red 103 ◦ green 31 ◦ blue 72

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

Shades of Pompadour #671F48

Tints of Pompadour #671F48

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.05%

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

R = 50%
G = 15.05%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#671F48 (or 0x671F48) is known color: Pompadour. HEX triplet: 67, 1F and 48. RGB value is (103,31,72). Sum of RGB (Red+Green+Blue) = 103+31+72=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #671F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F48 is #98E0B7. Grayscale: #393939. Windows color (decimal): -10019000 or 4726631. OLE color: 4726631.

HSL color Cylindrical-coordinate representation of color #671F48: hue angle of 325.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F48 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 31 72 -
CMYK 0 0.70 0.30 0.60
HSL 325.83º 0.54% 0.26% -
HSV(B) 325.83º 0.7% 0.4% -
XYZ 7.25 4.33 6.58 -
YUV 57.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 103 31 72 0 0.70 0.30 0.60 325.83 0.54 0.26
Hex 67 1F 48 0 46 1E 3C 146 36 1A
Octal 147 37 110 0 106 36 74 506 66 32
Binary 1100111 11111 1001000 0 1000110 11110 111100 101000110 110110 11010

Color Harmonies of #671F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671F48

Black with #671F48

Text Example


Text Example

White with #671F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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