Html Css Color HEX #8B285A Rose Bud Cherry

📋 copy color: '#8B285A'

red 139 ◦ green 40 ◦ blue 90

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

Shades of Rose Bud Cherry #8B285A

Tints of Rose Bud Cherry #8B285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 51.67%
G = 14.87%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B285A (or 0x8B285A) is known color: Rose Bud Cherry. HEX triplet: 8B, 28 and 5A. RGB value is (139,40,90). Sum of RGB (Red+Green+Blue) = 139+40+90=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B285A is #74D7A5. Grayscale: #4B4B4B. Windows color (decimal): -7657382 or 5908619. OLE color: 5908619.

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

Color convert

RGB 139 40 90 -
CMYK 0 0.71 0.35 0.45
HSL 329.7º 0.55% 0.35% -
HSV(B) 329.7º 0.71% 0.55% -
XYZ 13.25 7.74 10.47 -
YUV 75.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 139 40 90 0 0.71 0.35 0.45 329.7 0.55 0.35
Hex 8B 28 5A 0 47 23 2D 14A 37 23
Octal 213 50 132 0 107 43 55 512 67 43
Binary 10001011 101000 1011010 0 1000111 100011 101101 101001010 110111 100011

Color Harmonies of #8B285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B285A

Black with #8B285A

Text Example


Text Example

White with #8B285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,40,90); }

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

background-color css

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

 a { background-color: rgb(139,40,90); }

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

border-color css

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

 span { border-color: rgb(139,40,90); }

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