Html Css Color HEX #831955 Rose Bud Cherry

📋 copy color: '#831955'

red 131 ◦ green 25 ◦ blue 85

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

Shades of Rose Bud Cherry #831955

Tints of Rose Bud Cherry #831955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.37%

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 54.36%
G = 10.37%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#831955 (or 0x831955) is known color: Rose Bud Cherry. HEX triplet: 83, 19 and 55. RGB value is (131,25,85). Sum of RGB (Red+Green+Blue) = 131+25+85=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #831955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831955 is #7CE6AA. Grayscale: #3F3F3F. Windows color (decimal): -8185515 or 5577091. OLE color: 5577091.

HSL color Cylindrical-coordinate representation of color #831955: hue angle of 326.04º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831955 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 85 -
CMYK 0 0.81 0.35 0.49
HSL 326.04º 0.68% 0.31% -
HSV(B) 326.04º 0.81% 0.51% -
XYZ 11.35 6.18 9.19 -
YUV 63.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 131 25 85 0 0.81 0.35 0.49 326.04 0.68 0.31
Hex 83 19 55 0 51 23 31 146 44 1F
Octal 203 31 125 0 121 43 61 506 104 37
Binary 10000011 11001 1010101 0 1010001 100011 110001 101000110 1000100 11111

Color Harmonies of #831955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831955

Black with #831955

Text Example


Text Example

White with #831955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831955; }

 p { color: rgb(131,25,85); }

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

background-color css

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

 a { background-color: rgb(131,25,85); }

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

border-color css

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

 span { border-color: rgb(131,25,85); }

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