Html Css Color HEX #6B2949 Pompadour

📋 copy color: '#6B2949'

red 107 ◦ green 41 ◦ blue 73

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

Shades of Pompadour #6B2949

Tints of Pompadour #6B2949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 48.42%
G = 18.55%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6B2949 (or 0x6B2949) is known color: Pompadour. HEX triplet: 6B, 29 and 49. RGB value is (107,41,73). Sum of RGB (Red+Green+Blue) = 107+41+73=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2949 is #94D6B6. Grayscale: #404040. Windows color (decimal): -9754295 or 4794731. OLE color: 4794731.

HSL color Cylindrical-coordinate representation of color #6B2949: hue angle of 330.91º 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 #6B2949 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 41 73 -
CMYK 0 0.62 0.32 0.58
HSL 330.91º 0.45% 0.29% -
HSV(B) 330.91º 0.62% 0.42% -
XYZ 8.06 5.19 6.88 -
YUV 64.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 107 41 73 0 0.62 0.32 0.58 330.91 0.45 0.29
Hex 6B 29 49 0 3E 20 3A 14B 2D 1D
Octal 153 51 111 0 76 40 72 513 55 35
Binary 1101011 101001 1001001 0 111110 100000 111010 101001011 101101 11101

Color Harmonies of #6B2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2949

Black with #6B2949

Text Example


Text Example

White with #6B2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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