Html Css Color HEX #6A2848 Pompadour

📋 copy color: '#6A2848'

red 106 ◦ green 40 ◦ blue 72

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

Shades of Pompadour #6A2848

Tints of Pompadour #6A2848

RGB

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

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

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

R = 48.62%
G = 18.35%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6A2848 (or 0x6A2848) is known color: Pompadour. HEX triplet: 6A, 28 and 48. RGB value is (106,40,72). Sum of RGB (Red+Green+Blue) = 106+40+72=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2848 is #95D7B7. Grayscale: #3F3F3F. Windows color (decimal): -9820088 or 4728938. OLE color: 4728938.

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

Color convert

RGB 106 40 72 -
CMYK 0 0.62 0.32 0.58
HSL 330.91º 0.45% 0.29% -
HSV(B) 330.91º 0.62% 0.42% -
XYZ 7.87 5.05 6.69 -
YUV 63.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 106 40 72 0 0.62 0.32 0.58 330.91 0.45 0.29
Hex 6A 28 48 0 3E 20 3A 14B 2D 1D
Octal 152 50 110 0 76 40 72 513 55 35
Binary 1101010 101000 1001000 0 111110 100000 111010 101001011 101101 11101

Color Harmonies of #6A2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2848

Black with #6A2848

Text Example


Text Example

White with #6A2848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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