Html Css Color HEX #6A1348 Pompadour

📋 copy color: '#6A1348'

red 106 ◦ green 19 ◦ blue 72

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

Shades of Pompadour #6A1348

Tints of Pompadour #6A1348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

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

R = 53.81%
G = 9.64%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6A1348 (or 0x6A1348) is known color: Pompadour. HEX triplet: 6A, 13 and 48. RGB value is (106,19,72). Sum of RGB (Red+Green+Blue) = 106+19+72=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1348 is #95ECB7. Grayscale: #323232. Windows color (decimal): -9825464 or 4723562. OLE color: 4723562.

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

Color convert

RGB 106 19 72 -
CMYK 0 0.82 0.32 0.58
HSL 323.45º 0.7% 0.25% -
HSV(B) 323.45º 0.82% 0.42% -
XYZ 7.35 4 6.52 -
YUV 51.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 106 19 72 0 0.82 0.32 0.58 323.45 0.7 0.25
Hex 6A 13 48 0 52 20 3A 143 46 19
Octal 152 23 110 0 122 40 72 503 106 31
Binary 1101010 10011 1001000 0 1010010 100000 111010 101000011 1000110 11001

Color Harmonies of #6A1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1348

Black with #6A1348

Text Example


Text Example

White with #6A1348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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