Html Css Color HEX #832052 Rose Bud Cherry

📋 copy color: '#832052'

red 131 ◦ green 32 ◦ blue 82

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

Shades of Rose Bud Cherry #832052

Tints of Rose Bud Cherry #832052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.47%

R = 53.47%
G = 13.06%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#832052 (or 0x832052) is known color: Rose Bud Cherry. HEX triplet: 83, 20 and 52. RGB value is (131,32,82). Sum of RGB (Red+Green+Blue) = 131+32+82=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #832052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832052 is #7CDFAD. Grayscale: #434343. Windows color (decimal): -8183726 or 5382275. OLE color: 5382275.

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

Color convert

RGB 131 32 82 -
CMYK 0 0.76 0.37 0.49
HSL 329.7º 0.61% 0.32% -
HSV(B) 329.7º 0.76% 0.51% -
XYZ 11.4 6.47 8.63 -
YUV 67.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 131 32 82 0 0.76 0.37 0.49 329.7 0.61 0.32
Hex 83 20 52 0 4C 25 31 14A 3D 20
Octal 203 40 122 0 114 45 61 512 75 40
Binary 10000011 100000 1010010 0 1001100 100101 110001 101001010 111101 100000

Color Harmonies of #832052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832052

Black with #832052

Text Example


Text Example

White with #832052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832052; }

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

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

background-color css

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

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

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

border-color css

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

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

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