Html Css Color HEX #6B2748 Pompadour

📋 copy color: '#6B2748'

red 107 ◦ green 39 ◦ blue 72

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

Shades of Pompadour #6B2748

Tints of Pompadour #6B2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 49.08%
G = 17.89%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6B2748 (or 0x6B2748) is known color: Pompadour. HEX triplet: 6B, 27 and 48. RGB value is (107,39,72). Sum of RGB (Red+Green+Blue) = 107+39+72=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2748 is #94D8B7. Grayscale: #3F3F3F. Windows color (decimal): -9754808 or 4728683. OLE color: 4728683.

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

Color convert

RGB 107 39 72 -
CMYK 0 0.64 0.33 0.58
HSL 330.88º 0.47% 0.29% -
HSV(B) 330.88º 0.64% 0.42% -
XYZ 7.96 5.04 6.69 -
YUV 63.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 107 39 72 0 0.64 0.33 0.58 330.88 0.47 0.29
Hex 6B 27 48 0 40 21 3A 14B 2F 1D
Octal 153 47 110 0 100 41 72 513 57 35
Binary 1101011 100111 1001000 0 1000000 100001 111010 101001011 101111 11101

Color Harmonies of #6B2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2748

Black with #6B2748

Text Example


Text Example

White with #6B2748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,39,72); }

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

background-color css

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

 a { background-color: rgb(107,39,72); }

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

border-color css

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

 span { border-color: rgb(107,39,72); }

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