Html Css Color HEX #832D5B Rose Bud Cherry

📋 copy color: '#832D5B'

red 131 ◦ green 45 ◦ blue 91

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

Shades of Rose Bud Cherry #832D5B

Tints of Rose Bud Cherry #832D5B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.85%

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 49.06%
G = 16.85%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#832D5B (or 0x832D5B) is known color: Rose Bud Cherry. HEX triplet: 83, 2D and 5B. RGB value is (131,45,91). Sum of RGB (Red+Green+Blue) = 131+45+91=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #832D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D5B is #7CD2A4. Grayscale: #4B4B4B. Windows color (decimal): -8180389 or 5975427. OLE color: 5975427.

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

Color convert

RGB 131 45 91 -
CMYK 0 0.66 0.31 0.49
HSL 327.91º 0.49% 0.35% -
HSV(B) 327.91º 0.66% 0.51% -
XYZ 12.19 7.46 10.69 -
YUV 75.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 131 45 91 0 0.66 0.31 0.49 327.91 0.49 0.35
Hex 83 2D 5B 0 42 1F 31 148 31 23
Octal 203 55 133 0 102 37 61 510 61 43
Binary 10000011 101101 1011011 0 1000010 11111 110001 101001000 110001 100011

Color Harmonies of #832D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832D5B

Black with #832D5B

Text Example


Text Example

White with #832D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,45,91); }

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

background-color css

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

 a { background-color: rgb(131,45,91); }

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

border-color css

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

 span { border-color: rgb(131,45,91); }

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