Html Css Color HEX #8B185A Rose Bud Cherry

📋 copy color: '#8B185A'

red 139 ◦ green 24 ◦ blue 90

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

Shades of Rose Bud Cherry #8B185A

Tints of Rose Bud Cherry #8B185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

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

R = 54.94%
G = 9.49%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B185A (or 0x8B185A) is known color: Rose Bud Cherry. HEX triplet: 8B, 18 and 5A. RGB value is (139,24,90). Sum of RGB (Red+Green+Blue) = 139+24+90=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B185A is #74E7A5. Grayscale: #414141. Windows color (decimal): -7661478 or 5904523. OLE color: 5904523.

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

Color convert

RGB 139 24 90 -
CMYK 0 0.83 0.35 0.45
HSL 325.57º 0.71% 0.32% -
HSV(B) 325.57º 0.83% 0.55% -
XYZ 12.82 6.88 10.33 -
YUV 65.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 139 24 90 0 0.83 0.35 0.45 325.57 0.71 0.32
Hex 8B 18 5A 0 53 23 2D 146 47 20
Octal 213 30 132 0 123 43 55 506 107 40
Binary 10001011 11000 1011010 0 1010011 100011 101101 101000110 1000111 100000

Color Harmonies of #8B185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B185A

Black with #8B185A

Text Example


Text Example

White with #8B185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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