Html Css Color HEX #832051 Rose Bud Cherry

📋 copy color: '#832051'

red 131 ◦ green 32 ◦ blue 81

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

Shades of Rose Bud Cherry #832051

Tints of Rose Bud Cherry #832051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.2%

R = 53.69%
G = 13.11%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#832051 (or 0x832051) is known color: Rose Bud Cherry. HEX triplet: 83, 20 and 51. RGB value is (131,32,81). Sum of RGB (Red+Green+Blue) = 131+32+81=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #832051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832051 is #7CDFAE. Grayscale: #434343. Windows color (decimal): -8183727 or 5316739. OLE color: 5316739.

HSL color Cylindrical-coordinate representation of color #832051: hue angle of 330.3º 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 #832051 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 81 -
CMYK 0 0.76 0.38 0.49
HSL 330.3º 0.61% 0.32% -
HSV(B) 330.3º 0.76% 0.51% -
XYZ 11.36 6.45 8.43 -
YUV 67.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 131 32 81 0 0.76 0.38 0.49 330.3 0.61 0.32
Hex 83 20 51 0 4C 26 31 14A 3D 20
Octal 203 40 121 0 114 46 61 512 75 40
Binary 10000011 100000 1010001 0 1001100 100110 110001 101001010 111101 100000

Color Harmonies of #832051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832051

Black with #832051

Text Example


Text Example

White with #832051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832051; }

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

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

background-color css

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

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

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

border-color css

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

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

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