Html Css Color HEX #8B1B5E Rose Bud Cherry

📋 copy color: '#8B1B5E'

red 139 ◦ green 27 ◦ blue 94

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

Shades of Rose Bud Cherry #8B1B5E

Tints of Rose Bud Cherry #8B1B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 53.46%
G = 10.38%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B1B5E (or 0x8B1B5E) is known color: Rose Bud Cherry. HEX triplet: 8B, 1B and 5E. RGB value is (139,27,94). Sum of RGB (Red+Green+Blue) = 139+27+94=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1B5E is #74E4A1. Grayscale: #434343. Windows color (decimal): -7660706 or 6167435. OLE color: 6167435.

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

Color convert

RGB 139 27 94 -
CMYK 0 0.81 0.32 0.45
HSL 324.11º 0.67% 0.33% -
HSV(B) 324.11º 0.81% 0.55% -
XYZ 13.06 7.08 11.27 -
YUV 68.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 139 27 94 0 0.81 0.32 0.45 324.11 0.67 0.33
Hex 8B 1B 5E 0 51 20 2D 144 43 21
Octal 213 33 136 0 121 40 55 504 103 41
Binary 10001011 11011 1011110 0 1010001 100000 101101 101000100 1000011 100001

Color Harmonies of #8B1B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1B5E

Black with #8B1B5E

Text Example


Text Example

White with #8B1B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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