Html Css Color HEX #672145 Pompadour

📋 copy color: '#672145'

red 103 ◦ green 33 ◦ blue 69

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

Shades of Pompadour #672145

Tints of Pompadour #672145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 50.24%
G = 16.1%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#672145 (or 0x672145) is known color: Pompadour. HEX triplet: 67, 21 and 45. RGB value is (103,33,69). Sum of RGB (Red+Green+Blue) = 103+33+69=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #672145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672145 is #98DEBA. Grayscale: #393939. Windows color (decimal): -10018491 or 4530535. OLE color: 4530535.

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

Color convert

RGB 103 33 69 -
CMYK 0 0.68 0.33 0.60
HSL 329.14º 0.51% 0.27% -
HSV(B) 329.14º 0.68% 0.4% -
XYZ 7.21 4.4 6.1 -
YUV 58.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 103 33 69 0 0.68 0.33 0.60 329.14 0.51 0.27
Hex 67 21 45 0 44 21 3C 149 33 1B
Octal 147 41 105 0 104 41 74 511 63 33
Binary 1100111 100001 1000101 0 1000100 100001 111100 101001001 110011 11011

Color Harmonies of #672145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672145

Black with #672145

Text Example


Text Example

White with #672145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672145; }

 p { color: rgb(103,33,69); }

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

background-color css

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

 a { background-color: rgb(103,33,69); }

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

border-color css

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

 span { border-color: rgb(103,33,69); }

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