Html Css Color HEX #831250 Rose Bud Cherry

📋 copy color: '#831250'

red 131 ◦ green 18 ◦ blue 80

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

Shades of Rose Bud Cherry #831250

Tints of Rose Bud Cherry #831250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.86%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 57.21%
G = 7.86%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#831250 (or 0x831250) is known color: Rose Bud Cherry. HEX triplet: 83, 12 and 50. RGB value is (131,18,80). Sum of RGB (Red+Green+Blue) = 131+18+80=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #831250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831250 is #7CEDAF. Grayscale: #3A3A3A. Windows color (decimal): -8187312 or 5247619. OLE color: 5247619.

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

Color convert

RGB 131 18 80 -
CMYK 0 0.86 0.39 0.49
HSL 327.08º 0.76% 0.29% -
HSV(B) 327.08º 0.86% 0.51% -
XYZ 11.02 5.84 8.14 -
YUV 58.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 131 18 80 0 0.86 0.39 0.49 327.08 0.76 0.29
Hex 83 12 50 0 56 27 31 147 4C 1D
Octal 203 22 120 0 126 47 61 507 114 35
Binary 10000011 10010 1010000 0 1010110 100111 110001 101000111 1001100 11101

Color Harmonies of #831250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831250

Black with #831250

Text Example


Text Example

White with #831250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831250; }

 p { color: rgb(131,18,80); }

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

background-color css

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

 a { background-color: rgb(131,18,80); }

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

border-color css

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

 span { border-color: rgb(131,18,80); }

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