#651B3A

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

Shades of Pompadour #651B3A

Tints of Pompadour #651B3A

Color information

#651B3A (or 0x651B3A) is unknown color: approx Pompadour. HEX triplet: 65, 1B and 3A. RGB value is (101,27,58). Sum of RGB (Red+Green+Blue) = 101+27+58=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #651B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B3A is #9AE4C5. Grayscale: #343434. Windows color (decimal): -10151110 or 3808101. OLE color: 3808101.

HSL color Cylindrical-coordinate representation of color #651B3A: hue angle of 334.86º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B3A is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB1012758-
CMYK00.730.430.60
HSL334.86º57.81%25.1%-
HSV(B)334.86º73.27%39.61%-
XYZ6.523.864.4-
YUV52.66131.02162.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.30%
GREEN value IS 27 (10.94% from 255) = 14.52%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=54.30%
G=14.52%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101275800.730.430.60334.8657.8125.1
Hex651B3A0492B3C14f3a19
Octal1453372011153745177231
Binary1100101110111110100100100110101111110010100111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651B3A; }

 p { color: rgb(101,27,58); }

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

<style>
 a { background-color: #651B3A; }

 a { background-color: rgb(101,27,58); }

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

<style>
 span { border-color: #651B3A; }

 span { border-color: rgb(101,27,58); }

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