#8B174F

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

Shades of Rose Bud Cherry #8B174F

Tints of Rose Bud Cherry #8B174F

Color information

#8B174F (or 0x8B174F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 17 and 4F. RGB value is (139,23,79). Sum of RGB (Red+Green+Blue) = 139+23+79=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B174F is #74E8B0. Grayscale: #3F3F3F. Windows color (decimal): -7661745 or 5183371. OLE color: 5183371.

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

Color convert

RGB1392379-
CMYK00.830.430.45
HSL331.03º71.6%31.76%-
HSV(B)331.03º83.45%54.51%-
XYZ12.376.678.03-
YUV64.07136.43181.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 23 (9.38% from 255) = 9.54%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=57.68%
G=9.54%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139237900.830.430.45331.0371.631.76
Hex8B174F0532B2D14b4820
Octal213271170123535551311040
Binary10001011101111001111010100111010111011011010010111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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