Html Css Color HEX #68284D Pompadour

📋 copy color: '#68284D'

red 104 ◦ green 40 ◦ blue 77

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

Shades of Pompadour #68284D

Tints of Pompadour #68284D

RGB

 RED value IS 104 (41.02% from 255) = 47.06%

 GREEN value IS 40 (16.02% from 255) = 18.1%

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 47.06%
G = 18.1%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68284D (or 0x68284D) is known color: Pompadour. HEX triplet: 68, 28 and 4D. RGB value is (104,40,77). Sum of RGB (Red+Green+Blue) = 104+40+77=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68284D is #97D7B2. Grayscale: #3F3F3F. Windows color (decimal): -9951155 or 5056616. OLE color: 5056616.

HSL color Cylindrical-coordinate representation of color #68284D: hue angle of 325.31º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68284D is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 40 77 -
CMYK 0 0.62 0.26 0.59
HSL 325.31º 0.44% 0.28% -
HSV(B) 325.31º 0.62% 0.41% -
XYZ 7.81 5 7.57 -
YUV 63.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 104 40 77 0 0.62 0.26 0.59 325.31 0.44 0.28
Hex 68 28 4D 0 3E 1A 3B 145 2C 1C
Octal 150 50 115 0 76 32 73 505 54 34
Binary 1101000 101000 1001101 0 111110 11010 111011 101000101 101100 11100

Color Harmonies of #68284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68284D

Black with #68284D

Text Example


Text Example

White with #68284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68284D; }

 p { color: rgb(104,40,77); }

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

background-color css

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

 a { background-color: rgb(104,40,77); }

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

border-color css

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

 span { border-color: rgb(104,40,77); }

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