Html Css Color HEX #8B285F Rose Bud Cherry

📋 copy color: '#8B285F'

red 139 ◦ green 40 ◦ blue 95

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

Shades of Rose Bud Cherry #8B285F

Tints of Rose Bud Cherry #8B285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 50.73%
G = 14.6%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B285F (or 0x8B285F) is known color: Rose Bud Cherry. HEX triplet: 8B, 28 and 5F. RGB value is (139,40,95). Sum of RGB (Red+Green+Blue) = 139+40+95=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B285F is #74D7A0. Grayscale: #4B4B4B. Windows color (decimal): -7657377 or 6236299. OLE color: 6236299.

HSL color Cylindrical-coordinate representation of color #8B285F: hue angle of 326.67º 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 #8B285F is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 40 95 -
CMYK 0 0.71 0.32 0.45
HSL 326.67º 0.55% 0.35% -
HSV(B) 326.67º 0.71% 0.55% -
XYZ 13.47 7.83 11.63 -
YUV 75.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 139 40 95 0 0.71 0.32 0.45 326.67 0.55 0.35
Hex 8B 28 5F 0 47 20 2D 147 37 23
Octal 213 50 137 0 107 40 55 507 67 43
Binary 10001011 101000 1011111 0 1000111 100000 101101 101000111 110111 100011

Color Harmonies of #8B285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B285F

Black with #8B285F

Text Example


Text Example

White with #8B285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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