Html Css Color HEX #832050 Rose Bud Cherry

📋 copy color: '#832050'

red 131 ◦ green 32 ◦ blue 80

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

Shades of Rose Bud Cherry #832050

Tints of Rose Bud Cherry #832050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 53.91%
G = 13.17%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#832050 (or 0x832050) is known color: Rose Bud Cherry. HEX triplet: 83, 20 and 50. RGB value is (131,32,80). Sum of RGB (Red+Green+Blue) = 131+32+80=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #832050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832050 is #7CDFAF. Grayscale: #424242. Windows color (decimal): -8183728 or 5251203. OLE color: 5251203.

HSL color Cylindrical-coordinate representation of color #832050: hue angle of 330.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832050 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 80 -
CMYK 0 0.76 0.39 0.49
HSL 330.91º 0.61% 0.32% -
HSV(B) 330.91º 0.76% 0.51% -
XYZ 11.32 6.44 8.24 -
YUV 67.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 131 32 80 0 0.76 0.39 0.49 330.91 0.61 0.32
Hex 83 20 50 0 4C 27 31 14B 3D 20
Octal 203 40 120 0 114 47 61 513 75 40
Binary 10000011 100000 1010000 0 1001100 100111 110001 101001011 111101 100000

Color Harmonies of #832050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832050

Black with #832050

Text Example


Text Example

White with #832050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832050; }

 p { color: rgb(131,32,80); }

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

background-color css

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

 a { background-color: rgb(131,32,80); }

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

border-color css

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

 span { border-color: rgb(131,32,80); }

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