Html Css Color HEX #672440 Pompadour

📋 copy color: '#672440'

red 103 ◦ green 36 ◦ blue 64

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

Shades of Pompadour #672440

Tints of Pompadour #672440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 50.74%
G = 17.73%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#672440 (or 0x672440) is known color: Pompadour. HEX triplet: 67, 24 and 40. RGB value is (103,36,64). Sum of RGB (Red+Green+Blue) = 103+36+64=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #672440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672440 is #98DBBF. Grayscale: #3B3B3B. Windows color (decimal): -10017728 or 4203623. OLE color: 4203623.

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

Color convert

RGB 103 36 64 -
CMYK 0 0.65 0.38 0.60
HSL 334.93º 0.48% 0.27% -
HSV(B) 334.93º 0.65% 0.4% -
XYZ 7.15 4.52 5.35 -
YUV 59.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 103 36 64 0 0.65 0.38 0.60 334.93 0.48 0.27
Hex 67 24 40 0 41 26 3C 14F 30 1B
Octal 147 44 100 0 101 46 74 517 60 33
Binary 1100111 100100 1000000 0 1000001 100110 111100 101001111 110000 11011

Color Harmonies of #672440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672440

Black with #672440

Text Example


Text Example

White with #672440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672440; }

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

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

background-color css

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

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

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

border-color css

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

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

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