Html Css Color HEX #832058 Rose Bud Cherry

📋 copy color: '#832058'

red 131 ◦ green 32 ◦ blue 88

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

Shades of Rose Bud Cherry #832058

Tints of Rose Bud Cherry #832058

RGB

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

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

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

R = 52.19%
G = 12.75%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#832058 (or 0x832058) is known color: Rose Bud Cherry. HEX triplet: 83, 20 and 58. RGB value is (131,32,88). Sum of RGB (Red+Green+Blue) = 131+32+88=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #832058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832058 is #7CDFA7. Grayscale: #434343. Windows color (decimal): -8183720 or 5775491. OLE color: 5775491.

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

Color convert

RGB 131 32 88 -
CMYK 0 0.76 0.33 0.49
HSL 326.06º 0.61% 0.32% -
HSV(B) 326.06º 0.76% 0.51% -
XYZ 11.64 6.56 9.89 -
YUV 67.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 131 32 88 0 0.76 0.33 0.49 326.06 0.61 0.32
Hex 83 20 58 0 4C 21 31 146 3D 20
Octal 203 40 130 0 114 41 61 506 75 40
Binary 10000011 100000 1011000 0 1001100 100001 110001 101000110 111101 100000

Color Harmonies of #832058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832058

Black with #832058

Text Example


Text Example

White with #832058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832058; }

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

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

background-color css

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

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

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

border-color css

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

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

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