Html Css Color HEX #832053 Rose Bud Cherry

📋 copy color: '#832053'

red 131 ◦ green 32 ◦ blue 83

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

Shades of Rose Bud Cherry #832053

Tints of Rose Bud Cherry #832053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.74%

R = 53.25%
G = 13.01%
B = 33.74%

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

#832053 (or 0x832053) is known color: Rose Bud Cherry. HEX triplet: 83, 20 and 53. RGB value is (131,32,83). Sum of RGB (Red+Green+Blue) = 131+32+83=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #832053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832053 is #7CDFAC. Grayscale: #434343. Windows color (decimal): -8183725 or 5447811. OLE color: 5447811.

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

Color convert

RGB 131 32 83 -
CMYK 0 0.76 0.37 0.49
HSL 329.09º 0.61% 0.32% -
HSV(B) 329.09º 0.76% 0.51% -
XYZ 11.44 6.48 8.83 -
YUV 67.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 131 32 83 0 0.76 0.37 0.49 329.09 0.61 0.32
Hex 83 20 53 0 4C 25 31 149 3D 20
Octal 203 40 123 0 114 45 61 511 75 40
Binary 10000011 100000 1010011 0 1001100 100101 110001 101001001 111101 100000

Color Harmonies of #832053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832053

Black with #832053

Text Example


Text Example

White with #832053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832053; }

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

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

background-color css

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

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

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

border-color css

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

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

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