Html Css Color HEX #8B2D60 Rose Bud Cherry

📋 copy color: '#8B2D60'

red 139 ◦ green 45 ◦ blue 96

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

Shades of Rose Bud Cherry #8B2D60

Tints of Rose Bud Cherry #8B2D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.07%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 49.64%
G = 16.07%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8B2D60 (or 0x8B2D60) is known color: Rose Bud Cherry. HEX triplet: 8B, 2D and 60. RGB value is (139,45,96). Sum of RGB (Red+Green+Blue) = 139+45+96=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2D60 is #74D29F. Grayscale: #4E4E4E. Windows color (decimal): -7656096 or 6303115. OLE color: 6303115.

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

Color convert

RGB 139 45 96 -
CMYK 0 0.68 0.31 0.45
HSL 327.45º 0.51% 0.36% -
HSV(B) 327.45º 0.68% 0.55% -
XYZ 13.7 8.21 11.93 -
YUV 78.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 139 45 96 0 0.68 0.31 0.45 327.45 0.51 0.36
Hex 8B 2D 60 0 44 1F 2D 147 33 24
Octal 213 55 140 0 104 37 55 507 63 44
Binary 10001011 101101 1100000 0 1000100 11111 101101 101000111 110011 100100

Color Harmonies of #8B2D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2D60

Black with #8B2D60

Text Example


Text Example

White with #8B2D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,45,96); }

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

background-color css

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

 a { background-color: rgb(139,45,96); }

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

border-color css

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

 span { border-color: rgb(139,45,96); }

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