Html Css Color HEX #8B215C Rose Bud Cherry

📋 copy color: '#8B215C'

red 139 ◦ green 33 ◦ blue 92

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

Shades of Rose Bud Cherry #8B215C

Tints of Rose Bud Cherry #8B215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

 BLUE value IS 92 (36.33% from 255) = 34.85%

R = 52.65%
G = 12.5%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8B215C (or 0x8B215C) is known color: Rose Bud Cherry. HEX triplet: 8B, 21 and 5C. RGB value is (139,33,92). Sum of RGB (Red+Green+Blue) = 139+33+92=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B215C is #74DEA3. Grayscale: #474747. Windows color (decimal): -7659172 or 6037899. OLE color: 6037899.

HSL color Cylindrical-coordinate representation of color #8B215C: hue angle of 326.6º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B215C is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 33 92 -
CMYK 0 0.76 0.34 0.45
HSL 326.6º 0.62% 0.34% -
HSV(B) 326.6º 0.76% 0.55% -
XYZ 13.12 7.35 10.85 -
YUV 71.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 139 33 92 0 0.76 0.34 0.45 326.6 0.62 0.34
Hex 8B 21 5C 0 4C 22 2D 147 3E 22
Octal 213 41 134 0 114 42 55 507 76 42
Binary 10001011 100001 1011100 0 1001100 100010 101101 101000111 111110 100010

Color Harmonies of #8B215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B215C

Black with #8B215C

Text Example


Text Example

White with #8B215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,33,92); }

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

background-color css

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

 a { background-color: rgb(139,33,92); }

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

border-color css

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

 span { border-color: rgb(139,33,92); }

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