Html Css Color HEX #8B1B56 Rose Bud Cherry

📋 copy color: '#8B1B56'

red 139 ◦ green 27 ◦ blue 86

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

Shades of Rose Bud Cherry #8B1B56

Tints of Rose Bud Cherry #8B1B56

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.71%

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

R = 55.16%
G = 10.71%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8B1B56 (or 0x8B1B56) is known color: Rose Bud Cherry. HEX triplet: 8B, 1B and 56. RGB value is (139,27,86). Sum of RGB (Red+Green+Blue) = 139+27+86=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1B56 is #74E4A9. Grayscale: #434343. Windows color (decimal): -7660714 or 5643147. OLE color: 5643147.

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

Color convert

RGB 139 27 86 -
CMYK 0 0.81 0.38 0.45
HSL 328.39º 0.67% 0.33% -
HSV(B) 328.39º 0.81% 0.55% -
XYZ 12.72 6.94 9.47 -
YUV 67.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 139 27 86 0 0.81 0.38 0.45 328.39 0.67 0.33
Hex 8B 1B 56 0 51 26 2D 148 43 21
Octal 213 33 126 0 121 46 55 510 103 41
Binary 10001011 11011 1010110 0 1010001 100110 101101 101001000 1000011 100001

Color Harmonies of #8B1B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1B56

Black with #8B1B56

Text Example


Text Example

White with #8B1B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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