Html Css Color HEX #671640 Pompadour

📋 copy color: '#671640'

red 103 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #671640

Tints of Pompadour #671640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

 BLUE value IS 64 (25.39% from 255) = 33.86%

R = 54.5%
G = 11.64%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#671640 (or 0x671640) is known color: Pompadour. HEX triplet: 67, 16 and 40. RGB value is (103,22,64). Sum of RGB (Red+Green+Blue) = 103+22+64=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #671640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671640 is #98E9BF. Grayscale: #323232. Windows color (decimal): -10021312 or 4200039. OLE color: 4200039.

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

Color convert

RGB 103 22 64 -
CMYK 0 0.79 0.38 0.60
HSL 328.89º 0.65% 0.25% -
HSV(B) 328.89º 0.79% 0.4% -
XYZ 6.81 3.83 5.23 -
YUV 51.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 103 22 64 0 0.79 0.38 0.60 328.89 0.65 0.25
Hex 67 16 40 0 4F 26 3C 149 41 19
Octal 147 26 100 0 117 46 74 511 101 31
Binary 1100111 10110 1000000 0 1001111 100110 111100 101001001 1000001 11001

Color Harmonies of #671640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671640

Black with #671640

Text Example


Text Example

White with #671640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671640; }

 p { color: rgb(103,22,64); }

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

background-color css

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

 a { background-color: rgb(103,22,64); }

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

border-color css

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

 span { border-color: rgb(103,22,64); }

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