Html Css Color HEX #832E5E Rose Bud Cherry

📋 copy color: '#832E5E'

red 131 ◦ green 46 ◦ blue 94

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

Shades of Rose Bud Cherry #832E5E

Tints of Rose Bud Cherry #832E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 48.34%
G = 16.97%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#832E5E (or 0x832E5E) is known color: Rose Bud Cherry. HEX triplet: 83, 2E and 5E. RGB value is (131,46,94). Sum of RGB (Red+Green+Blue) = 131+46+94=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #832E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832E5E is #7CD1A1. Grayscale: #4C4C4C. Windows color (decimal): -8180130 or 6172291. OLE color: 6172291.

HSL color Cylindrical-coordinate representation of color #832E5E: hue angle of 326.12º 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 #832E5E is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 46 94 -
CMYK 0 0.65 0.28 0.49
HSL 326.12º 0.48% 0.35% -
HSV(B) 326.12º 0.65% 0.51% -
XYZ 12.36 7.59 11.4 -
YUV 76.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 131 46 94 0 0.65 0.28 0.49 326.12 0.48 0.35
Hex 83 2E 5E 0 41 1C 31 146 30 23
Octal 203 56 136 0 101 34 61 506 60 43
Binary 10000011 101110 1011110 0 1000001 11100 110001 101000110 110000 100011

Color Harmonies of #832E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E5E

Black with #832E5E

Text Example


Text Example

White with #832E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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