Html Css Color HEX #6A1748 Pompadour

📋 copy color: '#6A1748'

red 106 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #6A1748

Tints of Pompadour #6A1748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 52.74%
G = 11.44%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6A1748 (or 0x6A1748) is known color: Pompadour. HEX triplet: 6A, 17 and 48. RGB value is (106,23,72). Sum of RGB (Red+Green+Blue) = 106+23+72=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1748 is #95E8B7. Grayscale: #353535. Windows color (decimal): -9824440 or 4724586. OLE color: 4724586.

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

Color convert

RGB 106 23 72 -
CMYK 0 0.78 0.32 0.58
HSL 324.58º 0.64% 0.25% -
HSV(B) 324.58º 0.78% 0.42% -
XYZ 7.42 4.14 6.54 -
YUV 53.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 106 23 72 0 0.78 0.32 0.58 324.58 0.64 0.25
Hex 6A 17 48 0 4E 20 3A 145 40 19
Octal 152 27 110 0 116 40 72 505 100 31
Binary 1101010 10111 1001000 0 1001110 100000 111010 101000101 1000000 11001

Color Harmonies of #6A1748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1748

Black with #6A1748

Text Example


Text Example

White with #6A1748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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