Html Css Color HEX #831352 Rose Bud Cherry

📋 copy color: '#831352'

red 131 ◦ green 19 ◦ blue 82

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

Shades of Rose Bud Cherry #831352

Tints of Rose Bud Cherry #831352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 56.47%
G = 8.19%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#831352 (or 0x831352) is known color: Rose Bud Cherry. HEX triplet: 83, 13 and 52. RGB value is (131,19,82). Sum of RGB (Red+Green+Blue) = 131+19+82=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #831352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831352 is #7CECAD. Grayscale: #3B3B3B. Windows color (decimal): -8187054 or 5378947. OLE color: 5378947.

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

Color convert

RGB 131 19 82 -
CMYK 0 0.85 0.37 0.49
HSL 326.25º 0.75% 0.29% -
HSV(B) 326.25º 0.85% 0.51% -
XYZ 11.12 5.9 8.54 -
YUV 59.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 131 19 82 0 0.85 0.37 0.49 326.25 0.75 0.29
Hex 83 13 52 0 55 25 31 146 4B 1D
Octal 203 23 122 0 125 45 61 506 113 35
Binary 10000011 10011 1010010 0 1010101 100101 110001 101000110 1001011 11101

Color Harmonies of #831352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831352

Black with #831352

Text Example


Text Example

White with #831352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831352; }

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

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

background-color css

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

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

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

border-color css

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

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

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