Html Css Color HEX #6B2D47 Pompadour

📋 copy color: '#6B2D47'

red 107 ◦ green 45 ◦ blue 71

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

Shades of Pompadour #6B2D47

Tints of Pompadour #6B2D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.18%

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

R = 47.98%
G = 20.18%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6B2D47 (or 0x6B2D47) is known color: Pompadour. HEX triplet: 6B, 2D and 47. RGB value is (107,45,71). Sum of RGB (Red+Green+Blue) = 107+45+71=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D47 is #94D2B8. Grayscale: #424242. Windows color (decimal): -9753273 or 4664683. OLE color: 4664683.

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

Color convert

RGB 107 45 71 -
CMYK 0 0.58 0.34 0.58
HSL 334.84º 0.41% 0.3% -
HSV(B) 334.84º 0.58% 0.42% -
XYZ 8.14 5.46 6.59 -
YUV 66.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 107 45 71 0 0.58 0.34 0.58 334.84 0.41 0.3
Hex 6B 2D 47 0 3A 22 3A 14F 29 1E
Octal 153 55 107 0 72 42 72 517 51 36
Binary 1101011 101101 1000111 0 111010 100010 111010 101001111 101001 11110

Color Harmonies of #6B2D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2D47

Black with #6B2D47

Text Example


Text Example

White with #6B2D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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