Html Css Color HEX #6A143A Pompadour

📋 copy color: '#6A143A'

red 106 ◦ green 20 ◦ blue 58

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

Shades of Pompadour #6A143A

Tints of Pompadour #6A143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

 BLUE value IS 58 (23.05% from 255) = 31.52%

R = 57.61%
G = 10.87%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6A143A (or 0x6A143A) is known color: Pompadour. HEX triplet: 6A, 14 and 3A. RGB value is (106,20,58). Sum of RGB (Red+Green+Blue) = 106+20+58=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A143A is #95EBC5. Grayscale: #313131. Windows color (decimal): -9825222 or 3806314. OLE color: 3806314.

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

Color convert

RGB 106 20 58 -
CMYK 0 0.81 0.45 0.58
HSL 333.49º 0.68% 0.25% -
HSV(B) 333.49º 0.81% 0.42% -
XYZ 6.96 3.87 4.38 -
YUV 50.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 106 20 58 0 0.81 0.45 0.58 333.49 0.68 0.25
Hex 6A 14 3A 0 51 2D 3A 14D 44 19
Octal 152 24 72 0 121 55 72 515 104 31
Binary 1101010 10100 111010 0 1010001 101101 111010 101001101 1000100 11001

Color Harmonies of #6A143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A143A

Black with #6A143A

Text Example


Text Example

White with #6A143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,20,58); }

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

background-color css

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

 a { background-color: rgb(106,20,58); }

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

border-color css

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

 span { border-color: rgb(106,20,58); }

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