Html Css Color HEX #672348 Pompadour

📋 copy color: '#672348'

red 103 ◦ green 35 ◦ blue 72

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

Shades of Pompadour #672348

Tints of Pompadour #672348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 49.05%
G = 16.67%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#672348 (or 0x672348) is known color: Pompadour. HEX triplet: 67, 23 and 48. RGB value is (103,35,72). Sum of RGB (Red+Green+Blue) = 103+35+72=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #672348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672348 is #98DCB7. Grayscale: #3B3B3B. Windows color (decimal): -10017976 or 4727655. OLE color: 4727655.

HSL color Cylindrical-coordinate representation of color #672348: hue angle of 327.35º 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 #672348 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 35 72 -
CMYK 0 0.66 0.30 0.60
HSL 327.35º 0.49% 0.27% -
HSV(B) 327.35º 0.66% 0.4% -
XYZ 7.36 4.55 6.62 -
YUV 59.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 103 35 72 0 0.66 0.30 0.60 327.35 0.49 0.27
Hex 67 23 48 0 42 1E 3C 147 31 1B
Octal 147 43 110 0 102 36 74 507 61 33
Binary 1100111 100011 1001000 0 1000010 11110 111100 101000111 110001 11011

Color Harmonies of #672348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672348

Black with #672348

Text Example


Text Example

White with #672348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672348; }

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

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

background-color css

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

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

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

border-color css

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

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

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