#8B1753

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

Shades of Rose Bud Cherry #8B1753

Tints of Rose Bud Cherry #8B1753

Color information

#8B1753 (or 0x8B1753) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 17 and 53. RGB value is (139,23,83). Sum of RGB (Red+Green+Blue) = 139+23+83=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1753 is #74E8AC. Grayscale: #404040. Windows color (decimal): -7661741 or 5445515. OLE color: 5445515.

HSL color Cylindrical-coordinate representation of color #8B1753: hue angle of 328.97º 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 #8B1753 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1392383-
CMYK00.830.400.45
HSL328.97º71.6%31.76%-
HSV(B)328.97º83.45%54.51%-
XYZ12.526.738.82-
YUV64.52138.43181.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.73%
GREEN value IS 23 (9.38% from 255) = 9.39%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=56.73%
G=9.39%
B=33.88%

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
Decimal139238300.830.400.45328.9771.631.76
Hex8B1753053282D1494820
Octal213271230123505551111040
Binary10001011101111010011010100111010001011011010010011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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