Html Css Color HEX #832960 Rose Bud Cherry

📋 copy color: '#832960'

red 131 ◦ green 41 ◦ blue 96

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

Shades of Rose Bud Cherry #832960

Tints of Rose Bud Cherry #832960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 96 (37.89% from 255) = 35.82%

R = 48.88%
G = 15.3%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#832960 (or 0x832960) is known color: Rose Bud Cherry. HEX triplet: 83, 29 and 60. RGB value is (131,41,96). Sum of RGB (Red+Green+Blue) = 131+41+96=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #832960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832960 is #7CD69F. Grayscale: #4A4A4A. Windows color (decimal): -8181408 or 6302083. OLE color: 6302083.

HSL color Cylindrical-coordinate representation of color #832960: hue angle of 323.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832960 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 96 -
CMYK 0 0.69 0.27 0.49
HSL 323.33º 0.52% 0.34% -
HSV(B) 323.33º 0.69% 0.51% -
XYZ 12.26 7.26 11.82 -
YUV 74.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 131 41 96 0 0.69 0.27 0.49 323.33 0.52 0.34
Hex 83 29 60 0 45 1B 31 143 34 22
Octal 203 51 140 0 105 33 61 503 64 42
Binary 10000011 101001 1100000 0 1000101 11011 110001 101000011 110100 100010

Color Harmonies of #832960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832960

Black with #832960

Text Example


Text Example

White with #832960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832960; }

 p { color: rgb(131,41,96); }

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

background-color css

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

 a { background-color: rgb(131,41,96); }

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

border-color css

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

 span { border-color: rgb(131,41,96); }

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