Html Css Color HEX #8B1E5A Rose Bud Cherry

📋 copy color: '#8B1E5A'

red 139 ◦ green 30 ◦ blue 90

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

Shades of Rose Bud Cherry #8B1E5A

Tints of Rose Bud Cherry #8B1E5A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.58%

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 53.67%
G = 11.58%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B1E5A (or 0x8B1E5A) is known color: Rose Bud Cherry. HEX triplet: 8B, 1E and 5A. RGB value is (139,30,90). Sum of RGB (Red+Green+Blue) = 139+30+90=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E5A is #74E1A5. Grayscale: #454545. Windows color (decimal): -7659942 or 5906059. OLE color: 5906059.

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

Color convert

RGB 139 30 90 -
CMYK 0 0.78 0.35 0.45
HSL 326.97º 0.64% 0.33% -
HSV(B) 326.97º 0.78% 0.55% -
XYZ 12.96 7.16 10.37 -
YUV 69.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 139 30 90 0 0.78 0.35 0.45 326.97 0.64 0.33
Hex 8B 1E 5A 0 4E 23 2D 147 40 21
Octal 213 36 132 0 116 43 55 507 100 41
Binary 10001011 11110 1011010 0 1001110 100011 101101 101000111 1000000 100001

Color Harmonies of #8B1E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E5A

Black with #8B1E5A

Text Example


Text Example

White with #8B1E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,30,90); }

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

background-color css

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

 a { background-color: rgb(139,30,90); }

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

border-color css

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

 span { border-color: rgb(139,30,90); }

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