Html Css Color HEX #6B2B47 Pompadour

📋 copy color: '#6B2B47'

red 107 ◦ green 43 ◦ blue 71

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

Shades of Pompadour #6B2B47

Tints of Pompadour #6B2B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

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

R = 48.42%
G = 19.46%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6B2B47 (or 0x6B2B47) is known color: Pompadour. HEX triplet: 6B, 2B and 47. RGB value is (107,43,71). Sum of RGB (Red+Green+Blue) = 107+43+71=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2B47 is #94D4B8. Grayscale: #414141. Windows color (decimal): -9753785 or 4664171. OLE color: 4664171.

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

Color convert

RGB 107 43 71 -
CMYK 0 0.60 0.34 0.58
HSL 333.75º 0.43% 0.29% -
HSV(B) 333.75º 0.6% 0.42% -
XYZ 8.06 5.31 6.56 -
YUV 65.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 107 43 71 0 0.60 0.34 0.58 333.75 0.43 0.29
Hex 6B 2B 47 0 3C 22 3A 14E 2B 1D
Octal 153 53 107 0 74 42 72 516 53 35
Binary 1101011 101011 1000111 0 111100 100010 111010 101001110 101011 11101

Color Harmonies of #6B2B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2B47

Black with #6B2B47

Text Example


Text Example

White with #6B2B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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