Html Css Color HEX #6B143E Pompadour

📋 copy color: '#6B143E'

red 107 ◦ green 20 ◦ blue 62

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

Shades of Pompadour #6B143E

Tints of Pompadour #6B143E

RGB

 RED value IS 107 (42.19% from 255) = 56.61%

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

 BLUE value IS 62 (24.61% from 255) = 32.8%

R = 56.61%
G = 10.58%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B143E (or 0x6B143E) is known color: Pompadour. HEX triplet: 6B, 14 and 3E. RGB value is (107,20,62). Sum of RGB (Red+Green+Blue) = 107+20+62=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B143E is #94EBC1. Grayscale: #323232. Windows color (decimal): -9759682 or 4068459. OLE color: 4068459.

HSL color Cylindrical-coordinate representation of color #6B143E: hue angle of 331.03º degrees, saturation: 0.69, 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 #6B143E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 20 62 -
CMYK 0 0.81 0.42 0.58
HSL 331.03º 0.69% 0.25% -
HSV(B) 331.03º 0.81% 0.42% -
XYZ 7.18 3.97 4.95 -
YUV 50.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 107 20 62 0 0.81 0.42 0.58 331.03 0.69 0.25
Hex 6B 14 3E 0 51 2A 3A 14B 45 19
Octal 153 24 76 0 121 52 72 513 105 31
Binary 1101011 10100 111110 0 1010001 101010 111010 101001011 1000101 11001

Color Harmonies of #6B143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B143E

Black with #6B143E

Text Example


Text Example

White with #6B143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,20,62); }

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

background-color css

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

 a { background-color: rgb(107,20,62); }

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

border-color css

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

 span { border-color: rgb(107,20,62); }

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