Html Css Color HEX #83285E Rose Bud Cherry

📋 copy color: '#83285E'

red 131 ◦ green 40 ◦ blue 94

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

Shades of Rose Bud Cherry #83285E

Tints of Rose Bud Cherry #83285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.47%

R = 49.43%
G = 15.09%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83285E (or 0x83285E) is known color: Rose Bud Cherry. HEX triplet: 83, 28 and 5E. RGB value is (131,40,94). Sum of RGB (Red+Green+Blue) = 131+40+94=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #83285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83285E is #7CD7A1. Grayscale: #494949. Windows color (decimal): -8181666 or 6170755. OLE color: 6170755.

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

Color convert

RGB 131 40 94 -
CMYK 0 0.69 0.28 0.49
HSL 324.4º 0.53% 0.34% -
HSV(B) 324.4º 0.69% 0.51% -
XYZ 12.14 7.15 11.33 -
YUV 73.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 131 40 94 0 0.69 0.28 0.49 324.4 0.53 0.34
Hex 83 28 5E 0 45 1C 31 144 35 22
Octal 203 50 136 0 105 34 61 504 65 42
Binary 10000011 101000 1011110 0 1000101 11100 110001 101000100 110101 100010

Color Harmonies of #83285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83285E

Black with #83285E

Text Example


Text Example

White with #83285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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