Html Css Color HEX #83285B Rose Bud Cherry

📋 copy color: '#83285B'

red 131 ◦ green 40 ◦ blue 91

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

Shades of Rose Bud Cherry #83285B

Tints of Rose Bud Cherry #83285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 50%
G = 15.27%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83285B (or 0x83285B) is known color: Rose Bud Cherry. HEX triplet: 83, 28 and 5B. RGB value is (131,40,91). Sum of RGB (Red+Green+Blue) = 131+40+91=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83285B is #7CD7A4. Grayscale: #484848. Windows color (decimal): -8181669 or 5974147. OLE color: 5974147.

HSL color Cylindrical-coordinate representation of color #83285B: hue angle of 326.37º degrees, saturation: 0.53, 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 #83285B is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 91 -
CMYK 0 0.69 0.31 0.49
HSL 326.37º 0.53% 0.34% -
HSV(B) 326.37º 0.69% 0.51% -
XYZ 12.01 7.1 10.63 -
YUV 73.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 131 40 91 0 0.69 0.31 0.49 326.37 0.53 0.34
Hex 83 28 5B 0 45 1F 31 146 35 22
Octal 203 50 133 0 105 37 61 506 65 42
Binary 10000011 101000 1011011 0 1000101 11111 110001 101000110 110101 100010

Color Harmonies of #83285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83285B

Black with #83285B

Text Example


Text Example

White with #83285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83285B; }

 p { color: rgb(131,40,91); }

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

background-color css

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

 a { background-color: rgb(131,40,91); }

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

border-color css

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

 span { border-color: rgb(131,40,91); }

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