Html Css Color HEX #832560 Rose Bud Cherry

📋 copy color: '#832560'

red 131 ◦ green 37 ◦ blue 96

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

Shades of Rose Bud Cherry #832560

Tints of Rose Bud Cherry #832560

RGB

 RED value IS 131 (51.56% from 255) = 49.62%

 GREEN value IS 37 (14.84% from 255) = 14.02%

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 49.62%
G = 14.02%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#832560 (or 0x832560) is known color: Rose Bud Cherry. HEX triplet: 83, 25 and 60. RGB value is (131,37,96). Sum of RGB (Red+Green+Blue) = 131+37+96=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #832560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832560 is #7CDA9F. Grayscale: #474747. Windows color (decimal): -8182432 or 6301059. OLE color: 6301059.

HSL color Cylindrical-coordinate representation of color #832560: hue angle of 322.34º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #832560 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 37 96 -
CMYK 0 0.72 0.27 0.49
HSL 322.34º 0.56% 0.33% -
HSV(B) 322.34º 0.72% 0.51% -
XYZ 12.13 6.99 11.78 -
YUV 71.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 131 37 96 0 0.72 0.27 0.49 322.34 0.56 0.33
Hex 83 25 60 0 48 1B 31 142 38 21
Octal 203 45 140 0 110 33 61 502 70 41
Binary 10000011 100101 1100000 0 1001000 11011 110001 101000010 111000 100001

Color Harmonies of #832560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832560

Black with #832560

Text Example


Text Example

White with #832560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832560; }

 p { color: rgb(131,37,96); }

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

background-color css

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

 a { background-color: rgb(131,37,96); }

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

border-color css

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

 span { border-color: rgb(131,37,96); }

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