Html Css Color HEX #832C59 Rose Bud Cherry

📋 copy color: '#832C59'

red 131 ◦ green 44 ◦ blue 89

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

Shades of Rose Bud Cherry #832C59

Tints of Rose Bud Cherry #832C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.67%

 BLUE value IS 89 (35.16% from 255) = 33.71%

R = 49.62%
G = 16.67%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#832C59 (or 0x832C59) is known color: Rose Bud Cherry. HEX triplet: 83, 2C and 59. RGB value is (131,44,89). Sum of RGB (Red+Green+Blue) = 131+44+89=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #832C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C59 is #7CD3A6. Grayscale: #4B4B4B. Windows color (decimal): -8180647 or 5844099. OLE color: 5844099.

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

Color convert

RGB 131 44 89 -
CMYK 0 0.66 0.32 0.49
HSL 328.97º 0.5% 0.34% -
HSV(B) 328.97º 0.66% 0.51% -
XYZ 12.06 7.35 10.23 -
YUV 75.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 131 44 89 0 0.66 0.32 0.49 328.97 0.5 0.34
Hex 83 2C 59 0 42 20 31 149 32 22
Octal 203 54 131 0 102 40 61 511 62 42
Binary 10000011 101100 1011001 0 1000010 100000 110001 101001001 110010 100010

Color Harmonies of #832C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C59

Black with #832C59

Text Example


Text Example

White with #832C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,44,89); }

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

background-color css

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

 a { background-color: rgb(131,44,89); }

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

border-color css

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

 span { border-color: rgb(131,44,89); }

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