Html Css Color HEX #8B2564 Rose Bud Cherry

📋 copy color: '#8B2564'

red 139 ◦ green 37 ◦ blue 100

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

Shades of Rose Bud Cherry #8B2564

Tints of Rose Bud Cherry #8B2564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 50.36%
G = 13.41%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8B2564 (or 0x8B2564) is known color: Rose Bud Cherry. HEX triplet: 8B, 25 and 64. RGB value is (139,37,100). Sum of RGB (Red+Green+Blue) = 139+37+100=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2564 is #74DA9B. Grayscale: #4A4A4A. Windows color (decimal): -7658140 or 6563211. OLE color: 6563211.

HSL color Cylindrical-coordinate representation of color #8B2564: hue angle of 322.94º degrees, saturation: 0.58, 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 #8B2564 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 37 100 -
CMYK 0 0.73 0.28 0.45
HSL 322.94º 0.58% 0.35% -
HSV(B) 322.94º 0.73% 0.55% -
XYZ 13.61 7.73 12.83 -
YUV 74.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 139 37 100 0 0.73 0.28 0.45 322.94 0.58 0.35
Hex 8B 25 64 0 49 1C 2D 143 3A 23
Octal 213 45 144 0 111 34 55 503 72 43
Binary 10001011 100101 1100100 0 1001001 11100 101101 101000011 111010 100011

Color Harmonies of #8B2564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2564

Black with #8B2564

Text Example


Text Example

White with #8B2564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,37,100); }

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

background-color css

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

 a { background-color: rgb(139,37,100); }

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

border-color css

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

 span { border-color: rgb(139,37,100); }

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