Html Css Color HEX #8B1D56 Rose Bud Cherry

📋 copy color: '#8B1D56'

red 139 ◦ green 29 ◦ blue 86

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

Shades of Rose Bud Cherry #8B1D56

Tints of Rose Bud Cherry #8B1D56

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

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

R = 54.72%
G = 11.42%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8B1D56 (or 0x8B1D56) is known color: Rose Bud Cherry. HEX triplet: 8B, 1D and 56. RGB value is (139,29,86). Sum of RGB (Red+Green+Blue) = 139+29+86=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1D56 is #74E2A9. Grayscale: #444444. Windows color (decimal): -7660202 or 5643659. OLE color: 5643659.

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

Color convert

RGB 139 29 86 -
CMYK 0 0.79 0.38 0.45
HSL 328.91º 0.65% 0.33% -
HSV(B) 328.91º 0.79% 0.55% -
XYZ 12.77 7.04 9.49 -
YUV 68.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 139 29 86 0 0.79 0.38 0.45 328.91 0.65 0.33
Hex 8B 1D 56 0 4F 26 2D 149 41 21
Octal 213 35 126 0 117 46 55 511 101 41
Binary 10001011 11101 1010110 0 1001111 100110 101101 101001001 1000001 100001

Color Harmonies of #8B1D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1D56

Black with #8B1D56

Text Example


Text Example

White with #8B1D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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