Html Css Color HEX #672540 Pompadour

📋 copy color: '#672540'

red 103 ◦ green 37 ◦ blue 64

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

Shades of Pompadour #672540

Tints of Pompadour #672540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 50.49%
G = 18.14%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#672540 (or 0x672540) is known color: Pompadour. HEX triplet: 67, 25 and 40. RGB value is (103,37,64). Sum of RGB (Red+Green+Blue) = 103+37+64=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #672540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672540 is #98DABF. Grayscale: #3B3B3B. Windows color (decimal): -10017472 or 4203879. OLE color: 4203879.

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

Color convert

RGB 103 37 64 -
CMYK 0 0.64 0.38 0.60
HSL 335.45º 0.47% 0.27% -
HSV(B) 335.45º 0.64% 0.4% -
XYZ 7.18 4.58 5.36 -
YUV 59.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 103 37 64 0 0.64 0.38 0.60 335.45 0.47 0.27
Hex 67 25 40 0 40 26 3C 14F 2F 1B
Octal 147 45 100 0 100 46 74 517 57 33
Binary 1100111 100101 1000000 0 1000000 100110 111100 101001111 101111 11011

Color Harmonies of #672540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672540

Black with #672540

Text Example


Text Example

White with #672540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672540; }

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

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

background-color css

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

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

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

border-color css

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

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

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