Html Css Color HEX #6B2847 Pompadour

📋 copy color: '#6B2847'

red 107 ◦ green 40 ◦ blue 71

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

Shades of Pompadour #6B2847

Tints of Pompadour #6B2847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 49.08%
G = 18.35%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6B2847 (or 0x6B2847) is known color: Pompadour. HEX triplet: 6B, 28 and 47. RGB value is (107,40,71). Sum of RGB (Red+Green+Blue) = 107+40+71=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2847 is #94D7B8. Grayscale: #3F3F3F. Windows color (decimal): -9754553 or 4663403. OLE color: 4663403.

HSL color Cylindrical-coordinate representation of color #6B2847: hue angle of 332.24º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B2847 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 40 71 -
CMYK 0 0.63 0.34 0.58
HSL 332.24º 0.46% 0.29% -
HSV(B) 332.24º 0.63% 0.42% -
XYZ 7.96 5.1 6.53 -
YUV 63.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 107 40 71 0 0.63 0.34 0.58 332.24 0.46 0.29
Hex 6B 28 47 0 3F 22 3A 14C 2E 1D
Octal 153 50 107 0 77 42 72 514 56 35
Binary 1101011 101000 1000111 0 111111 100010 111010 101001100 101110 11101

Color Harmonies of #6B2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2847

Black with #6B2847

Text Example


Text Example

White with #6B2847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,40,71); }

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

background-color css

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

 a { background-color: rgb(107,40,71); }

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

border-color css

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

 span { border-color: rgb(107,40,71); }

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