Html Css Color HEX #832A51 Rose Bud Cherry

📋 copy color: '#832A51'

red 131 ◦ green 42 ◦ blue 81

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

Shades of Rose Bud Cherry #832A51

Tints of Rose Bud Cherry #832A51

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.54%

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

R = 51.57%
G = 16.54%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#832A51 (or 0x832A51) is known color: Rose Bud Cherry. HEX triplet: 83, 2A and 51. RGB value is (131,42,81). Sum of RGB (Red+Green+Blue) = 131+42+81=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #832A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832A51 is #7CD5AE. Grayscale: #484848. Windows color (decimal): -8181167 or 5319299. OLE color: 5319299.

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

Color convert

RGB 131 42 81 -
CMYK 0 0.68 0.38 0.49
HSL 333.71º 0.51% 0.34% -
HSV(B) 333.71º 0.68% 0.51% -
XYZ 11.67 7.08 8.54 -
YUV 73.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 131 42 81 0 0.68 0.38 0.49 333.71 0.51 0.34
Hex 83 2A 51 0 44 26 31 14E 33 22
Octal 203 52 121 0 104 46 61 516 63 42
Binary 10000011 101010 1010001 0 1000100 100110 110001 101001110 110011 100010

Color Harmonies of #832A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832A51

Black with #832A51

Text Example


Text Example

White with #832A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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