Html Css Color HEX #671B46 Pompadour

📋 copy color: '#671B46'

red 103 ◦ green 27 ◦ blue 70

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

Shades of Pompadour #671B46

Tints of Pompadour #671B46

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.5%

 BLUE value IS 70 (27.73% from 255) = 35%

R = 51.5%
G = 13.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#671B46 (or 0x671B46) is known color: Pompadour. HEX triplet: 67, 1B and 46. RGB value is (103,27,70). Sum of RGB (Red+Green+Blue) = 103+27+70=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #671B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B46 is #98E4B9. Grayscale: #363636. Windows color (decimal): -10020026 or 4594535. OLE color: 4594535.

HSL color Cylindrical-coordinate representation of color #671B46: hue angle of 326.05º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #671B46 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 27 70 -
CMYK 0 0.74 0.32 0.60
HSL 326.05º 0.58% 0.25% -
HSV(B) 326.05º 0.74% 0.4% -
XYZ 7.09 4.11 6.21 -
YUV 54.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 103 27 70 0 0.74 0.32 0.60 326.05 0.58 0.25
Hex 67 1B 46 0 4A 20 3C 146 3A 19
Octal 147 33 106 0 112 40 74 506 72 31
Binary 1100111 11011 1000110 0 1001010 100000 111100 101000110 111010 11001

Color Harmonies of #671B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671B46

Black with #671B46

Text Example


Text Example

White with #671B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,27,70); }

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

background-color css

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

 a { background-color: rgb(103,27,70); }

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

border-color css

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

 span { border-color: rgb(103,27,70); }

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