#6B2551

Color #6B2551 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6B2551

Tints of Pompadour #6B2551

Color information

#6B2551 (or 0x6B2551) is unknown color: approx Pompadour. HEX triplet: 6B, 25 and 51. RGB value is (107,37,81). Sum of RGB (Red+Green+Blue) = 107+37+81=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2551 is #94DAAE. Grayscale: #3E3E3E. Windows color (decimal): -9755311 or 5317995. OLE color: 5317995.

HSL color Cylindrical-coordinate representation of color #6B2551: hue angle of 322.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B2551 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1073781-
CMYK00.650.240.58
HSL322.29º48.61%28.24%-
HSV(B)322.29º65.42%41.96%-
XYZ8.215.048.33-
YUV62.95138.19159.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 81 (32.03% from 255) = 36%
R=47.56%
G=16.44%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107378100.650.240.58322.2948.6128.24
Hex6B2551041183A142311c
Octal15345121010130725026134
Binary11010111001011010001010000011100011101010100001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,37,81); }

 H1.HeaderClassName
 {
   color: #6B2551;
 }
 .AnyTagClassName
 {
   color: #6B2551;
 }
</style>
background-color css

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

 a { background-color: rgb(107,37,81); }

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

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

 span { border-color: rgb(107,37,81); }

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