Html Css Color HEX #8B2061 Rose Bud Cherry

📋 copy color: '#8B2061'

red 139 ◦ green 32 ◦ blue 97

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

Shades of Rose Bud Cherry #8B2061

Tints of Rose Bud Cherry #8B2061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.94%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 51.87%
G = 11.94%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B2061 (or 0x8B2061) is known color: Rose Bud Cherry. HEX triplet: 8B, 20 and 61. RGB value is (139,32,97). Sum of RGB (Red+Green+Blue) = 139+32+97=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2061 is #74DF9E. Grayscale: #474747. Windows color (decimal): -7659423 or 6365323. OLE color: 6365323.

HSL color Cylindrical-coordinate representation of color #8B2061: hue angle of 323.55º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2061 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 32 97 -
CMYK 0 0.77 0.30 0.45
HSL 323.55º 0.63% 0.34% -
HSV(B) 323.55º 0.77% 0.55% -
XYZ 13.32 7.39 12.03 -
YUV 71.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 139 32 97 0 0.77 0.30 0.45 323.55 0.63 0.34
Hex 8B 20 61 0 4D 1E 2D 144 3F 22
Octal 213 40 141 0 115 36 55 504 77 42
Binary 10001011 100000 1100001 0 1001101 11110 101101 101000100 111111 100010

Color Harmonies of #8B2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2061

Black with #8B2061

Text Example


Text Example

White with #8B2061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,32,97); }

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

background-color css

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

 a { background-color: rgb(139,32,97); }

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

border-color css

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

 span { border-color: rgb(139,32,97); }

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