Html Css Color HEX #831355 Rose Bud Cherry

📋 copy color: '#831355'

red 131 ◦ green 19 ◦ blue 85

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

Shades of Rose Bud Cherry #831355

Tints of Rose Bud Cherry #831355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

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

R = 55.74%
G = 8.09%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#831355 (or 0x831355) is known color: Rose Bud Cherry. HEX triplet: 83, 13 and 55. RGB value is (131,19,85). Sum of RGB (Red+Green+Blue) = 131+19+85=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #831355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831355 is #7CECAA. Grayscale: #3B3B3B. Windows color (decimal): -8187051 or 5575555. OLE color: 5575555.

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

Color convert

RGB 131 19 85 -
CMYK 0 0.85 0.35 0.49
HSL 324.64º 0.75% 0.29% -
HSV(B) 324.64º 0.85% 0.51% -
XYZ 11.23 5.95 9.15 -
YUV 60.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 131 19 85 0 0.85 0.35 0.49 324.64 0.75 0.29
Hex 83 13 55 0 55 23 31 145 4B 1D
Octal 203 23 125 0 125 43 61 505 113 35
Binary 10000011 10011 1010101 0 1010101 100011 110001 101000101 1001011 11101

Color Harmonies of #831355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831355

Black with #831355

Text Example


Text Example

White with #831355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831355; }

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

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

background-color css

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

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

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

border-color css

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

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

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