Html Css Color HEX #671438 Pompadour

📋 copy color: '#671438'

red 103 ◦ green 20 ◦ blue 56

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

Shades of Pompadour #671438

Tints of Pompadour #671438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.17%

 BLUE value IS 56 (22.27% from 255) = 31.28%

R = 57.54%
G = 11.17%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.60

RGB Variations

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

Color information

#671438 (or 0x671438) is known color: Pompadour. HEX triplet: 67, 14 and 38. RGB value is (103,20,56). Sum of RGB (Red+Green+Blue) = 103+20+56=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #671438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671438 is #98EBC7. Grayscale: #303030. Windows color (decimal): -10021832 or 3675239. OLE color: 3675239.

HSL color Cylindrical-coordinate representation of color #671438: hue angle of 333.98º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671438 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 56 -
CMYK 0 0.81 0.46 0.60
HSL 333.98º 0.67% 0.24% -
HSV(B) 333.98º 0.81% 0.4% -
XYZ 6.56 3.67 4.1 -
YUV 48.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 103 20 56 0 0.81 0.46 0.60 333.98 0.67 0.24
Hex 67 14 38 0 51 2E 3C 14E 43 18
Octal 147 24 70 0 121 56 74 516 103 30
Binary 1100111 10100 111000 0 1010001 101110 111100 101001110 1000011 11000

Color Harmonies of #671438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671438

Black with #671438

Text Example


Text Example

White with #671438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671438; }

 p { color: rgb(103,20,56); }

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

background-color css

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

 a { background-color: rgb(103,20,56); }

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

border-color css

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

 span { border-color: rgb(103,20,56); }

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