Html Css Color HEX #8B3856 Rose Bud Cherry

📋 copy color: '#8B3856'

red 139 ◦ green 56 ◦ blue 86

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

Shades of Rose Bud Cherry #8B3856

Tints of Rose Bud Cherry #8B3856

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.93%

 BLUE value IS 86 (33.98% from 255) = 30.6%

R = 49.47%
G = 19.93%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8B3856 (or 0x8B3856) is known color: Rose Bud Cherry. HEX triplet: 8B, 38 and 56. RGB value is (139,56,86). Sum of RGB (Red+Green+Blue) = 139+56+86=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3856 is #74C7A9. Grayscale: #545454. Windows color (decimal): -7653290 or 5650571. OLE color: 5650571.

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

Color convert

RGB 139 56 86 -
CMYK 0 0.60 0.38 0.45
HSL 338.31º 0.43% 0.38% -
HSV(B) 338.31º 0.6% 0.55% -
XYZ 13.74 8.99 9.81 -
YUV 84.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 139 56 86 0 0.60 0.38 0.45 338.31 0.43 0.38
Hex 8B 38 56 0 3C 26 2D 152 2B 26
Octal 213 70 126 0 74 46 55 522 53 46
Binary 10001011 111000 1010110 0 111100 100110 101101 101010010 101011 100110

Color Harmonies of #8B3856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3856

Black with #8B3856

Text Example


Text Example

White with #8B3856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,56,86); }

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

background-color css

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

 a { background-color: rgb(139,56,86); }

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

border-color css

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

 span { border-color: rgb(139,56,86); }

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