Html Css Color HEX #8B325D Rose Bud Cherry

📋 copy color: '#8B325D'

red 139 ◦ green 50 ◦ blue 93

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

Shades of Rose Bud Cherry #8B325D

Tints of Rose Bud Cherry #8B325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

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

R = 49.29%
G = 17.73%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B325D (or 0x8B325D) is known color: Rose Bud Cherry. HEX triplet: 8B, 32 and 5D. RGB value is (139,50,93). Sum of RGB (Red+Green+Blue) = 139+50+93=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B325D is #74CDA2. Grayscale: #515151. Windows color (decimal): -7654819 or 6107787. OLE color: 6107787.

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

Color convert

RGB 139 50 93 -
CMYK 0 0.64 0.33 0.45
HSL 331.01º 0.47% 0.37% -
HSV(B) 331.01º 0.64% 0.55% -
XYZ 13.76 8.56 11.28 -
YUV 81.51 134.49 169 -
System Red Green Blue C M Y K H S L
Decimal 139 50 93 0 0.64 0.33 0.45 331.01 0.47 0.37
Hex 8B 32 5D 0 40 21 2D 14B 2F 25
Octal 213 62 135 0 100 41 55 513 57 45
Binary 10001011 110010 1011101 0 1000000 100001 101101 101001011 101111 100101

Color Harmonies of #8B325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B325D

Black with #8B325D

Text Example


Text Example

White with #8B325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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