Html Css Color HEX #6A1947 Pompadour

📋 copy color: '#6A1947'

red 106 ◦ green 25 ◦ blue 71

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

Shades of Pompadour #6A1947

Tints of Pompadour #6A1947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 52.48%
G = 12.38%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6A1947 (or 0x6A1947) is known color: Pompadour. HEX triplet: 6A, 19 and 47. RGB value is (106,25,71). Sum of RGB (Red+Green+Blue) = 106+25+71=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1947 is #95E6B8. Grayscale: #363636. Windows color (decimal): -9823929 or 4659562. OLE color: 4659562.

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

Color convert

RGB 106 25 71 -
CMYK 0 0.76 0.33 0.58
HSL 325.93º 0.62% 0.26% -
HSV(B) 325.93º 0.76% 0.42% -
XYZ 7.43 4.21 6.38 -
YUV 54.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 106 25 71 0 0.76 0.33 0.58 325.93 0.62 0.26
Hex 6A 19 47 0 4C 21 3A 146 3E 1A
Octal 152 31 107 0 114 41 72 506 76 32
Binary 1101010 11001 1000111 0 1001100 100001 111010 101000110 111110 11010

Color Harmonies of #6A1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1947

Black with #6A1947

Text Example


Text Example

White with #6A1947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,25,71); }

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

background-color css

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

 a { background-color: rgb(106,25,71); }

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

border-color css

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

 span { border-color: rgb(106,25,71); }

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