Html Css Color HEX #832C5D Rose Bud Cherry

📋 copy color: '#832C5D'

red 131 ◦ green 44 ◦ blue 93

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

Shades of Rose Bud Cherry #832C5D

Tints of Rose Bud Cherry #832C5D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.42%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 48.88%
G = 16.42%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#832C5D (or 0x832C5D) is known color: Rose Bud Cherry. HEX triplet: 83, 2C and 5D. RGB value is (131,44,93). Sum of RGB (Red+Green+Blue) = 131+44+93=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #832C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C5D is #7CD3A2. Grayscale: #4B4B4B. Windows color (decimal): -8180643 or 6106243. OLE color: 6106243.

HSL color Cylindrical-coordinate representation of color #832C5D: hue angle of 326.21º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C5D is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 44 93 -
CMYK 0 0.66 0.29 0.49
HSL 326.21º 0.5% 0.34% -
HSV(B) 326.21º 0.66% 0.51% -
XYZ 12.24 7.42 11.14 -
YUV 75.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 131 44 93 0 0.66 0.29 0.49 326.21 0.5 0.34
Hex 83 2C 5D 0 42 1D 31 146 32 22
Octal 203 54 135 0 102 35 61 506 62 42
Binary 10000011 101100 1011101 0 1000010 11101 110001 101000110 110010 100010

Color Harmonies of #832C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C5D

Black with #832C5D

Text Example


Text Example

White with #832C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832C5D; }

 p { color: rgb(131,44,93); }

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

background-color css

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

 a { background-color: rgb(131,44,93); }

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

border-color css

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

 span { border-color: rgb(131,44,93); }

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