#8B1754

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

Shades of Rose Bud Cherry #8B1754

Tints of Rose Bud Cherry #8B1754

Color information

#8B1754 (or 0x8B1754) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 17 and 54. RGB value is (139,23,84). Sum of RGB (Red+Green+Blue) = 139+23+84=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1754 is #74E8AB. Grayscale: #404040. Windows color (decimal): -7661740 or 5511051. OLE color: 5511051.

HSL color Cylindrical-coordinate representation of color #8B1754: hue angle of 328.45º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1754 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1392384-
CMYK00.830.400.45
HSL328.45º71.6%31.76%-
HSV(B)328.45º83.45%54.51%-
XYZ12.556.749.03-
YUV64.64138.93181.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.50%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 84 (33.20% from 255) = 34.15%
R=56.50%
G=9.35%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139238400.830.400.45328.4571.631.76
Hex8B1754053282D1484820
Octal213271240123505551011040
Binary10001011101111010100010100111010001011011010010001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,23,84); }

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

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

 a { background-color: rgb(139,23,84); }

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

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

 span { border-color: rgb(139,23,84); }

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