Html Css Color HEX #6B2947 Pompadour

📋 copy color: '#6B2947'

red 107 ◦ green 41 ◦ blue 71

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

Shades of Pompadour #6B2947

Tints of Pompadour #6B2947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

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

R = 48.86%
G = 18.72%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6B2947 (or 0x6B2947) is known color: Pompadour. HEX triplet: 6B, 29 and 47. RGB value is (107,41,71). Sum of RGB (Red+Green+Blue) = 107+41+71=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2947 is #94D6B8. Grayscale: #404040. Windows color (decimal): -9754297 or 4663659. OLE color: 4663659.

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

Color convert

RGB 107 41 71 -
CMYK 0 0.62 0.34 0.58
HSL 332.73º 0.45% 0.29% -
HSV(B) 332.73º 0.62% 0.42% -
XYZ 7.99 5.17 6.54 -
YUV 64.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 107 41 71 0 0.62 0.34 0.58 332.73 0.45 0.29
Hex 6B 29 47 0 3E 22 3A 14D 2D 1D
Octal 153 51 107 0 76 42 72 515 55 35
Binary 1101011 101001 1000111 0 111110 100010 111010 101001101 101101 11101

Color Harmonies of #6B2947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2947

Black with #6B2947

Text Example


Text Example

White with #6B2947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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