Html Css Color HEX #8B2659 Rose Bud Cherry

📋 copy color: '#8B2659'

red 139 ◦ green 38 ◦ blue 89

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

Shades of Rose Bud Cherry #8B2659

Tints of Rose Bud Cherry #8B2659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 52.26%
G = 14.29%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8B2659 (or 0x8B2659) is known color: Rose Bud Cherry. HEX triplet: 8B, 26 and 59. RGB value is (139,38,89). Sum of RGB (Red+Green+Blue) = 139+38+89=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2659 is #74D9A6. Grayscale: #494949. Windows color (decimal): -7657895 or 5842571. OLE color: 5842571.

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

Color convert

RGB 139 38 89 -
CMYK 0 0.73 0.36 0.45
HSL 329.7º 0.57% 0.35% -
HSV(B) 329.7º 0.73% 0.55% -
XYZ 13.14 7.6 10.22 -
YUV 74.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 139 38 89 0 0.73 0.36 0.45 329.7 0.57 0.35
Hex 8B 26 59 0 49 24 2D 14A 39 23
Octal 213 46 131 0 111 44 55 512 71 43
Binary 10001011 100110 1011001 0 1001001 100100 101101 101001010 111001 100011

Color Harmonies of #8B2659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2659

Black with #8B2659

Text Example


Text Example

White with #8B2659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,38,89); }

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

background-color css

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

 a { background-color: rgb(139,38,89); }

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

border-color css

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

 span { border-color: rgb(139,38,89); }

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