Html Css Color HEX #6A2248 Pompadour

📋 copy color: '#6A2248'

red 106 ◦ green 34 ◦ blue 72

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

Shades of Pompadour #6A2248

Tints of Pompadour #6A2248

RGB

 RED value IS 106 (41.8% from 255) = 50%

 GREEN value IS 34 (13.67% from 255) = 16.04%

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 50%
G = 16.04%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6A2248 (or 0x6A2248) is known color: Pompadour. HEX triplet: 6A, 22 and 48. RGB value is (106,34,72). Sum of RGB (Red+Green+Blue) = 106+34+72=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2248 is #95DDB7. Grayscale: #3B3B3B. Windows color (decimal): -9821624 or 4727402. OLE color: 4727402.

HSL color Cylindrical-coordinate representation of color #6A2248: hue angle of 328.33º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A2248 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 34 72 -
CMYK 0 0.68 0.32 0.58
HSL 328.33º 0.51% 0.27% -
HSV(B) 328.33º 0.68% 0.42% -
XYZ 7.69 4.68 6.63 -
YUV 59.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 106 34 72 0 0.68 0.32 0.58 328.33 0.51 0.27
Hex 6A 22 48 0 44 20 3A 148 33 1B
Octal 152 42 110 0 104 40 72 510 63 33
Binary 1101010 100010 1001000 0 1000100 100000 111010 101001000 110011 11011

Color Harmonies of #6A2248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2248

Black with #6A2248

Text Example


Text Example

White with #6A2248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A2248; }

 p { color: rgb(106,34,72); }

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

background-color css

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

 a { background-color: rgb(106,34,72); }

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

border-color css

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

 span { border-color: rgb(106,34,72); }

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