Html Css Color HEX #8B154F Rose Bud Cherry

📋 copy color: '#8B154F'

red 139 ◦ green 21 ◦ blue 79

#8B154F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #8B154F

Tints of Rose Bud Cherry #8B154F

RGB

 RED value IS 139 (54.69% from 255) = 58.16%

 GREEN value IS 21 (8.59% from 255) = 8.79%

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 58.16%
G = 8.79%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8B154F (or 0x8B154F) is known color: Rose Bud Cherry. HEX triplet: 8B, 15 and 4F. RGB value is (139,21,79). Sum of RGB (Red+Green+Blue) = 139+21+79=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B154F is #74EAB0. Grayscale: #3E3E3E. Windows color (decimal): -7662257 or 5182859. OLE color: 5182859.

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

Color convert

RGB 139 21 79 -
CMYK 0 0.85 0.43 0.45
HSL 330.51º 0.74% 0.31% -
HSV(B) 330.51º 0.85% 0.55% -
XYZ 12.33 6.59 8.02 -
YUV 62.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 139 21 79 0 0.85 0.43 0.45 330.51 0.74 0.31
Hex 8B 15 4F 0 55 2B 2D 14B 4A 1F
Octal 213 25 117 0 125 53 55 513 112 37
Binary 10001011 10101 1001111 0 1010101 101011 101101 101001011 1001010 11111

Color Harmonies of #8B154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B154F

Black with #8B154F

Text Example


Text Example

White with #8B154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B154F;
 }
 .AnyTagClassName
 {
   color: #8B154F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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