Html Css Color HEX #832558 Rose Bud Cherry

📋 copy color: '#832558'

red 131 ◦ green 37 ◦ blue 88

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

Shades of Rose Bud Cherry #832558

Tints of Rose Bud Cherry #832558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 51.17%
G = 14.45%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#832558 (or 0x832558) is known color: Rose Bud Cherry. HEX triplet: 83, 25 and 58. RGB value is (131,37,88). Sum of RGB (Red+Green+Blue) = 131+37+88=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #832558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832558 is #7CDAA7. Grayscale: #464646. Windows color (decimal): -8182440 or 5776771. OLE color: 5776771.

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

Color convert

RGB 131 37 88 -
CMYK 0 0.72 0.33 0.49
HSL 327.45º 0.56% 0.33% -
HSV(B) 327.45º 0.72% 0.51% -
XYZ 11.78 6.85 9.93 -
YUV 70.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 131 37 88 0 0.72 0.33 0.49 327.45 0.56 0.33
Hex 83 25 58 0 48 21 31 147 38 21
Octal 203 45 130 0 110 41 61 507 70 41
Binary 10000011 100101 1011000 0 1001000 100001 110001 101000111 111000 100001

Color Harmonies of #832558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832558

Black with #832558

Text Example


Text Example

White with #832558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832558; }

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

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

background-color css

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

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

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

border-color css

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

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

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