Html Css Color HEX #832E57 Rose Bud Cherry

📋 copy color: '#832E57'

red 131 ◦ green 46 ◦ blue 87

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

Shades of Rose Bud Cherry #832E57

Tints of Rose Bud Cherry #832E57

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.42%

 BLUE value IS 87 (34.38% from 255) = 32.95%

R = 49.62%
G = 17.42%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#832E57 (or 0x832E57) is known color: Rose Bud Cherry. HEX triplet: 83, 2E and 57. RGB value is (131,46,87). Sum of RGB (Red+Green+Blue) = 131+46+87=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #832E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832E57 is #7CD1A8. Grayscale: #4C4C4C. Windows color (decimal): -8180137 or 5713539. OLE color: 5713539.

HSL color Cylindrical-coordinate representation of color #832E57: hue angle of 331.06º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E57 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 46 87 -
CMYK 0 0.65 0.34 0.49
HSL 331.06º 0.48% 0.35% -
HSV(B) 331.06º 0.65% 0.51% -
XYZ 12.06 7.47 9.82 -
YUV 76.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 131 46 87 0 0.65 0.34 0.49 331.06 0.48 0.35
Hex 83 2E 57 0 41 22 31 14B 30 23
Octal 203 56 127 0 101 42 61 513 60 43
Binary 10000011 101110 1010111 0 1000001 100010 110001 101001011 110000 100011

Color Harmonies of #832E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E57

Black with #832E57

Text Example


Text Example

White with #832E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832E57; }

 p { color: rgb(131,46,87); }

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

background-color css

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

 a { background-color: rgb(131,46,87); }

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

border-color css

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

 span { border-color: rgb(131,46,87); }

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