Html Css Color HEX #8B175A Rose Bud Cherry

📋 copy color: '#8B175A'

red 139 ◦ green 23 ◦ blue 90

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

Shades of Rose Bud Cherry #8B175A

Tints of Rose Bud Cherry #8B175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

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

R = 55.16%
G = 9.13%
B = 35.71%

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

#8B175A (or 0x8B175A) is known color: Rose Bud Cherry. HEX triplet: 8B, 17 and 5A. RGB value is (139,23,90). Sum of RGB (Red+Green+Blue) = 139+23+90=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B175A is #74E8A5. Grayscale: #414141. Windows color (decimal): -7661734 or 5904267. OLE color: 5904267.

HSL color Cylindrical-coordinate representation of color #8B175A: hue angle of 325.34º degrees, saturation: 0.72, 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 #8B175A is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 23 90 -
CMYK 0 0.83 0.35 0.45
HSL 325.34º 0.72% 0.32% -
HSV(B) 325.34º 0.83% 0.55% -
XYZ 12.8 6.84 10.32 -
YUV 65.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 139 23 90 0 0.83 0.35 0.45 325.34 0.72 0.32
Hex 8B 17 5A 0 53 23 2D 145 48 20
Octal 213 27 132 0 123 43 55 505 110 40
Binary 10001011 10111 1011010 0 1010011 100011 101101 101000101 1001000 100000

Color Harmonies of #8B175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B175A

Black with #8B175A

Text Example


Text Example

White with #8B175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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