Html Css Color HEX #68284A Pompadour

📋 copy color: '#68284A'

red 104 ◦ green 40 ◦ blue 74

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

Shades of Pompadour #68284A

Tints of Pompadour #68284A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 47.71%
G = 18.35%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68284A (or 0x68284A) is known color: Pompadour. HEX triplet: 68, 28 and 4A. RGB value is (104,40,74). Sum of RGB (Red+Green+Blue) = 104+40+74=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68284A is #97D7B5. Grayscale: #3E3E3E. Windows color (decimal): -9951158 or 4860008. OLE color: 4860008.

HSL color Cylindrical-coordinate representation of color #68284A: hue angle of 328.12º 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 #68284A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 40 74 -
CMYK 0 0.62 0.29 0.59
HSL 328.13º 0.44% 0.28% -
HSV(B) 328.13º 0.62% 0.41% -
XYZ 7.7 4.96 7.03 -
YUV 63.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 104 40 74 0 0.62 0.29 0.59 328.13 0.44 0.28
Hex 68 28 4A 0 3E 1D 3B 148 2C 1C
Octal 150 50 112 0 76 35 73 510 54 34
Binary 1101000 101000 1001010 0 111110 11101 111011 101001000 101100 11100

Color Harmonies of #68284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68284A

Black with #68284A

Text Example


Text Example

White with #68284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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