#8B144B

Color #8B144B Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8B144B

Tints of Rose Bud Cherry #8B144B

Color information

#8B144B (or 0x8B144B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 14 and 4B. RGB value is (139,20,75). Sum of RGB (Red+Green+Blue) = 139+20+75=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B144B is #74EBB4. Grayscale: #3D3D3D. Windows color (decimal): -7662517 or 4920459. OLE color: 4920459.

HSL color Cylindrical-coordinate representation of color #8B144B: hue angle of 332.27º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B144B is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1392075-
CMYK00.860.460.45
HSL332.27º74.84%31.18%-
HSV(B)332.27º85.61%54.51%-
XYZ12.176.57.27-
YUV61.85135.42183.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.40%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=59.40%
G=8.55%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139207500.860.460.45332.2774.8431.18
Hex8B144B0562E2D14c4b1f
Octal213241130126565551411337
Binary1000101110100100101101010110101110101101101001100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B144B; }

 p { color: rgb(139,20,75); }

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

<style>
 a { background-color: #8B144B; }

 a { background-color: rgb(139,20,75); }

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

<style>
 span { border-color: #8B144B; }

 span { border-color: rgb(139,20,75); }

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