Html Css Color HEX #832858 Rose Bud Cherry

📋 copy color: '#832858'

red 131 ◦ green 40 ◦ blue 88

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

Shades of Rose Bud Cherry #832858

Tints of Rose Bud Cherry #832858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

 BLUE value IS 88 (34.77% from 255) = 33.98%

R = 50.58%
G = 15.44%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#832858 (or 0x832858) is known color: Rose Bud Cherry. HEX triplet: 83, 28 and 58. RGB value is (131,40,88). Sum of RGB (Red+Green+Blue) = 131+40+88=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #832858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832858 is #7CD7A7. Grayscale: #484848. Windows color (decimal): -8181672 or 5777539. OLE color: 5777539.

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

Color convert

RGB 131 40 88 -
CMYK 0 0.69 0.33 0.49
HSL 328.35º 0.53% 0.34% -
HSV(B) 328.35º 0.69% 0.51% -
XYZ 11.88 7.05 9.97 -
YUV 72.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 131 40 88 0 0.69 0.33 0.49 328.35 0.53 0.34
Hex 83 28 58 0 45 21 31 148 35 22
Octal 203 50 130 0 105 41 61 510 65 42
Binary 10000011 101000 1011000 0 1000101 100001 110001 101001000 110101 100010

Color Harmonies of #832858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832858

Black with #832858

Text Example


Text Example

White with #832858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832858; }

 p { color: rgb(131,40,88); }

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

background-color css

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

 a { background-color: rgb(131,40,88); }

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

border-color css

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

 span { border-color: rgb(131,40,88); }

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