Html Css Color HEX #69284A Pompadour

📋 copy color: '#69284A'

red 105 ◦ green 40 ◦ blue 74

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

Shades of Pompadour #69284A

Tints of Pompadour #69284A

RGB

 RED value IS 105 (41.41% from 255) = 47.95%

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

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

R = 47.95%
G = 18.26%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#69284A (or 0x69284A) is known color: Pompadour. HEX triplet: 69, 28 and 4A. RGB value is (105,40,74). Sum of RGB (Red+Green+Blue) = 105+40+74=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69284A is #96D7B5. Grayscale: #3F3F3F. Windows color (decimal): -9885622 or 4860009. OLE color: 4860009.

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

Color convert

RGB 105 40 74 -
CMYK 0 0.62 0.30 0.59
HSL 328.62º 0.45% 0.28% -
HSV(B) 328.62º 0.62% 0.41% -
XYZ 7.82 5.02 7.03 -
YUV 63.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 105 40 74 0 0.62 0.30 0.59 328.62 0.45 0.28
Hex 69 28 4A 0 3E 1E 3B 149 2D 1C
Octal 151 50 112 0 76 36 73 511 55 34
Binary 1101001 101000 1001010 0 111110 11110 111011 101001001 101101 11100

Color Harmonies of #69284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69284A

Black with #69284A

Text Example


Text Example

White with #69284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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