Html Css Color HEX #672341 Pompadour

📋 copy color: '#672341'

red 103 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #672341

Tints of Pompadour #672341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 50.74%
G = 17.24%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#672341 (or 0x672341) is known color: Pompadour. HEX triplet: 67, 23 and 41. RGB value is (103,35,65). Sum of RGB (Red+Green+Blue) = 103+35+65=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #672341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672341 is #98DCBE. Grayscale: #3A3A3A. Windows color (decimal): -10017983 or 4268903. OLE color: 4268903.

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

Color convert

RGB 103 35 65 -
CMYK 0 0.66 0.37 0.60
HSL 333.53º 0.49% 0.27% -
HSV(B) 333.53º 0.66% 0.4% -
XYZ 7.15 4.47 5.49 -
YUV 58.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 103 35 65 0 0.66 0.37 0.60 333.53 0.49 0.27
Hex 67 23 41 0 42 25 3C 14E 31 1B
Octal 147 43 101 0 102 45 74 516 61 33
Binary 1100111 100011 1000001 0 1000010 100101 111100 101001110 110001 11011

Color Harmonies of #672341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672341

Black with #672341

Text Example


Text Example

White with #672341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672341; }

 p { color: rgb(103,35,65); }

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

background-color css

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

 a { background-color: rgb(103,35,65); }

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

border-color css

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

 span { border-color: rgb(103,35,65); }

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