Html Css Color HEX #671240 Pompadour

📋 copy color: '#671240'

red 103 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #671240

Tints of Pompadour #671240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

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

R = 55.68%
G = 9.73%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#671240 (or 0x671240) is known color: Pompadour. HEX triplet: 67, 12 and 40. RGB value is (103,18,64). Sum of RGB (Red+Green+Blue) = 103+18+64=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #671240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671240 is #98EDBF. Grayscale: #303030. Windows color (decimal): -10022336 or 4199015. OLE color: 4199015.

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

Color convert

RGB 103 18 64 -
CMYK 0 0.83 0.38 0.60
HSL 327.53º 0.7% 0.24% -
HSV(B) 327.53º 0.83% 0.4% -
XYZ 6.74 3.69 5.21 -
YUV 48.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 103 18 64 0 0.83 0.38 0.60 327.53 0.7 0.24
Hex 67 12 40 0 53 26 3C 148 46 18
Octal 147 22 100 0 123 46 74 510 106 30
Binary 1100111 10010 1000000 0 1010011 100110 111100 101001000 1000110 11000

Color Harmonies of #671240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671240

Black with #671240

Text Example


Text Example

White with #671240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671240; }

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

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

background-color css

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

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

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

border-color css

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

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

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