Html Css Color HEX #8B1A5D Rose Bud Cherry

📋 copy color: '#8B1A5D'

red 139 ◦ green 26 ◦ blue 93

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

Shades of Rose Bud Cherry #8B1A5D

Tints of Rose Bud Cherry #8B1A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 53.88%
G = 10.08%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B1A5D (or 0x8B1A5D) is known color: Rose Bud Cherry. HEX triplet: 8B, 1A and 5D. RGB value is (139,26,93). Sum of RGB (Red+Green+Blue) = 139+26+93=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A5D is #74E5A2. Grayscale: #434343. Windows color (decimal): -7660963 or 6101643. OLE color: 6101643.

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

Color convert

RGB 139 26 93 -
CMYK 0 0.81 0.33 0.45
HSL 324.42º 0.68% 0.32% -
HSV(B) 324.42º 0.81% 0.55% -
XYZ 12.99 7.02 11.03 -
YUV 67.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 139 26 93 0 0.81 0.33 0.45 324.42 0.68 0.32
Hex 8B 1A 5D 0 51 21 2D 144 44 20
Octal 213 32 135 0 121 41 55 504 104 40
Binary 10001011 11010 1011101 0 1010001 100001 101101 101000100 1000100 100000

Color Harmonies of #8B1A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1A5D

Black with #8B1A5D

Text Example


Text Example

White with #8B1A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,26,93); }

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

background-color css

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

 a { background-color: rgb(139,26,93); }

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

border-color css

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

 span { border-color: rgb(139,26,93); }

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