Html Css Color HEX #671244 Pompadour

📋 copy color: '#671244'

red 103 ◦ green 18 ◦ blue 68

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

Shades of Pompadour #671244

Tints of Pompadour #671244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

 BLUE value IS 68 (26.95% from 255) = 35.98%

R = 54.5%
G = 9.52%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#671244 (or 0x671244) is known color: Pompadour. HEX triplet: 67, 12 and 44. RGB value is (103,18,68). Sum of RGB (Red+Green+Blue) = 103+18+68=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #671244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671244 is #98EDBB. Grayscale: #313131. Windows color (decimal): -10022332 or 4461159. OLE color: 4461159.

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

Color convert

RGB 103 18 68 -
CMYK 0 0.83 0.34 0.60
HSL 324.71º 0.7% 0.24% -
HSV(B) 324.71º 0.83% 0.4% -
XYZ 6.85 3.73 5.83 -
YUV 49.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 103 18 68 0 0.83 0.34 0.60 324.71 0.7 0.24
Hex 67 12 44 0 53 22 3C 145 46 18
Octal 147 22 104 0 123 42 74 505 106 30
Binary 1100111 10010 1000100 0 1010011 100010 111100 101000101 1000110 11000

Color Harmonies of #671244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671244

Black with #671244

Text Example


Text Example

White with #671244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671244; }

 p { color: rgb(103,18,68); }

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

background-color css

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

 a { background-color: rgb(103,18,68); }

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

border-color css

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

 span { border-color: rgb(103,18,68); }

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